tarantool / tarantool-idea-plugin

Tarantool support plugin for Intellij Platform
Other
10 stars 2 forks source link

Lowercase characters in SQL table name #25

Open Periecle opened 3 years ago

Periecle commented 3 years ago

Describe the bug DataGrip can not query SQL tables with lowercase characters in table names.

To Reproduce

  1. Create a "table" with lowercase characters
  2. Add Tarantool instance to DataGrip
  3. Try to open the "table."
  4. See an error such as "No such table" with an uppercase name.

Expected behavior DataGrip can handle lowercase named tables.

Screenshots image image