Skip to content

Instantly share code, notes, and snippets.

@fayqLs
Created September 30, 2024 18:06
Show Gist options
  • Save fayqLs/92d2c807e1e9cf3b9570812bccf970ab to your computer and use it in GitHub Desktop.
Save fayqLs/92d2c807e1e9cf3b9570812bccf970ab to your computer and use it in GitHub Desktop.
DEFINIR CASE SENSITIVE BANCO POSTGRESQL
<?php
return [
'host' => "localhost",
'user' => "user",
'pass' => "pass",
'type' => "pgsql",
'port' => "",
'name' => "banco",
'prep' => "1",
'case' => 'insensitive',
'slog' => "SystemSqlLogService",
];
# AGRADECIMENTO: RODOLFO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment