Bug Description
When querying data from an Oracle database, date formatting settings are ignored and are always returned in the format e.g.:
Mon Mar 31 2014 00:00:00 GMT+0100 (British Summer Time)
Repro steps
- Connect to an Oracle Database
- Query a table with a datetime format
- See the format
- Try changing the data format setting
- Try querying again - the setting is ignored
Expected Behavior
The date format setting should be respected.
Actual Behavior
The date format is ignored and always returned in the same way
Environment
- DBCode version: 1.28.10
- VS Code (or fork) version: 1.109.5
- OS: Windows 11
- Database: Oracle 19c
- Connection: Direct
Bug Description
When querying data from an Oracle database, date formatting settings are ignored and are always returned in the format e.g.:
Mon Mar 31 2014 00:00:00 GMT+0100 (British Summer Time)
Repro steps
Expected Behavior
The date format setting should be respected.
Actual Behavior
The date format is ignored and always returned in the same way
Environment