Version: 13.0-dev-35
Build #: 30347
SQLite Tools->Object Search is not taking into consideration check box for Case Sensitive
I have created tables in Upper case in my SQLite DB.
When I use Tools-> Object Search and try to search for tables, enabling and disabling the check box for Case Sensitive has no effect
See attached pics
|
56 KB
|
56 KB
The LIKE operator is case insensitive for SQLite. Updated the code to use the GLOB operator for case sensitive searches.
Issue #7978 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 30366 |
No time estimate |
The LIKE operator is case insensitive for SQLite. Updated the code to use the GLOB operator for case sensitive searches.