Skip to content

Releases: v1a0/sqllex

SQLLEX v0.1.9.6

14 Jun 10:03
Compare
Choose a tag to compare
  • Fixed issue #25, now only select-like methods returns data, other methods don't
  • Tests update
  • SQLStatement and SQLRequest got bool method
  • Redame update

Co-Authored-By: @kingabzpro

SQLLEX v0.1.9.4

13 Jun 09:46
Compare
Choose a tag to compare
  • Bugfix issue #24
    "BUG | It should be FROM not TABLE #24"
  • UPD Typing for select-like methods

Co-Authored-By: @kingabzpro

SQLLEX v0.1.9.3

12 Jun 11:28
Compare
Choose a tag to compare
  • Docs remastering
  • Removed rudimental code parts
  • "wiki" dir removed
  • Minor refactoring

SQLLEX v0.1.9.2

31 May 04:19
Compare
Choose a tag to compare
  • Issue #18 fixed, exception for sqlite3.OperationalError: no such table: PRAGMA_TABLE_INFO

SQLLEX v0.1.9.1

30 May 14:29
Compare
Choose a tag to compare
  • Issue #18 fixed, WHERE argument to update is not required anymore, without WHERE it change all rows in the table

SQLLEX v0.1.9

30 May 08:11
Compare
Choose a tag to compare
  • Issue #17 fixed, SELECT-like methods now allways returns List[List[...]] objects
  • Tests remastering
  • Code refactoring
  • Readme upd

Public alpha v0.1.8.12

22 May 15:30
Compare
Choose a tag to compare
  • Added to methods of SQLite3xTable missing args, kwargs

Most stable alpha v0.1.8.11

22 May 08:36
Compare
Choose a tag to compare

v0.1.8.11 | db97825

  • logger got lof_file argument and log2file support
  • minor fixes

v0.1.8.10 | 4cc7065

  • insertmany fixed for kwargs of different len
    db.insertmany('wallets', id=[1, 2, 3], balance=[10, ])

v0.1.8.9 | 9323550
Major bugfix for all previous updates (v0.1.8.0 - 0.1.8.8)

Description:

  • Сode refactoring (black code style)
  • All methods has been commented
  • SQLite3x got getitem method and tables constant
  • AS argument removed for all methods
  • SQLite3x.tables now (infinite) generator
  • SQLite3x got tables_names constant
  • SQLite3x.update_constants fixed for multiple db objects
  • SQLite3x.JOIN fixed
  • args_parser fixed
  • SQLite3x.connect method bugfix
  • SQLite3x.insertmany_stmt bugfix
  • SQLite3x.create_stmt refactoring bugfix
  • SQLite3x.select_stmt refactoring bugfix
  • SQLite3x.getitem print list of avalible tables_names
  • shadow names of wrappers renamed
  • New tests added

Public alpha v0.1.8.8 hotfix

17 May 14:25
Compare
Choose a tag to compare

Public alpha v0.1.8.6 hotfix

16 May 14:18
Compare
Choose a tag to compare
  • Bugfix
  • Now Select-like methods always return List object