Date format in an oracle sql query and language choice #38618
Unanswered
FredericGoudal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm french and this point is important
I have a strange behaviour change between two versions of dbeaver :
I had the 25.1.0.202506011722 version and I have dowloaded the Version 25.1.2.202507061449
When I started the 25.1 out of the box I had all menu in french. I was using an oracle sql query with a date in the dd/mm/yyyy format.
I have switched to 25.1.2. Out of the box all the menus are in english, and my oracle sql query does not run anymore with an error : SQL Error [1843] [22008]: ORA-01843: not a valid month
I need to go to the setting, user interface, regional settings and choose France. Now the sql request does not make an error. But the main dbeaver menu is still in english (in the 25.1 version it is in french).
I think that there is some internationalisation problem in the 25.1.2 version.
Beta Was this translation helpful? Give feedback.
All reactions