-
-
Save fayqLs/92d2c807e1e9cf3b9570812bccf970ab to your computer and use it in GitHub Desktop.
DEFINIR CASE SENSITIVE BANCO POSTGRESQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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