- set File / Options / General / Interface Language to Spanish, restart the app
- select Sybase ASE 11.0 - 71 server, popup menu Server Properties... (press OK maybe)
(optional step: in Advanced, set charset to ascii7 instead of [default])
==> The console log contains the phrase:
ActionHandler.actionPerformed TREE_SCHEMA_PROPERTIES
openSQLConnection - Warning: java.sql.SQLWarning: Neither language name in login record ’spanish’ nor language name in syslogins ’<NULL>’ is an official language name on this SQL Server. Using server-wide default ’us_english’ instead.
Is this something we should be worrying about? How does the server know? Why is it complaining even when the charset is set to ascii?
A bit of useful information: "Interface Language" option sets default locale via Locale.setDefault(locale);
We don't need to worrry about this. It is just a warning.
We don't need to worrry about this. It is just a warning.
Issue #1019 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
A bit of useful information: "Interface Language" option sets default locale via Locale.setDefault(locale);