- Insert method got 3x speed up (!!!) using caching - Select method got 1.68x speed up (!) using caching - Other methods got <0.1x speed up using caching - All string generating scripts moved to core/entities/sqlite3x/script_gens.py - SQLite3xTable.add_column fixed - Created custom logger over loguru logger, SqllexLogger - Typo "ConstrainType" changed to "ConstantType" - Updated results of speed tests
0.1.10.3
- added add_column, remove_column, has_column methods to SQLite3xTable (22) - add_column, remove_column to SQLite3x class (22) - tests - SQLite3xColumn and SQLite3xSearchCondition added to sqllex.classes
Co-Authored-By: Dominik (asadafasab)
0.1.10.2
- Added 2 new classes SQLiteColumn and SQLite3 SearchCondition with many cool features - New way to set WHERE Condition - New way to set SET Condition - All select-like methods got changes in args structure (critical!) - Support column names with spaces - Bugfix - Tests upd - Info files UPDATES and WARNINGS UPD - fixed issue 15 - fixed issue 23 - fixed issue 28
0.1.9.10
- Fixing issue 26
0.1.9.9
- New method UPDATEMANY added for SQLite3x and SQLite3xTable (issue 26) - INSERTMNAY OR argument issue 26 fixed - INSERTMNAY empty array shock issue fixed, filter added - INSERTMNAY minor fixes - __execute__ decorators got checking stmt valid - lgtm alerts fix - Other minor fixes - workflow (tests) fixes