Menu ▾ ▴

Tree [847875] master / sqlobject /
 History

HTTPS access


File Date Author Commit
 firebird 2023-10-19 Oleg Broytman Oleg Broytman [633532] Style: Fix `flame8` warnings "invalid escape se...
 include 2022-09-16 Oleg Broytman Oleg Broytman [50e50d] Style(hashcol): Improve docstring formatting
 inheritance 2022-12-04 Oleg Broytman Oleg Broytman [613839] Tests: Skip some inheritance tests under `mysql...
 manager 2020-06-22 Oleg Broytman Oleg Broytman [f25602] Style: Fix `flake8` E741 ambiguous variable nam...
 maxdb 2018-02-16 Oleg Broytman Oleg Broytman [d86fbb] Feat: Close cursors after using
 mssql 2025-04-09 Юдыцкий Игорь Юдыцкий Игорь [f6b1c4] fix: connect to old mssql versions via set tds_...
 mysql 2025-02-21 Oleg Broytman Oleg Broytman [33a250] Fix(mysqlconnection): Drop support for CyMySQL
 postgres 2025-09-13 DaveMulligan95060 DaveMulligan95060 [1909f2] Fix issue 195
 sqlite 2024-09-26 Oleg Broytman Oleg Broytman [321ba1] Feat(SQLite): Dropped `PySQLite2`
 sybase 2018-02-16 Oleg Broytman Oleg Broytman [d86fbb] Feat: Close cursors after using
 tests 2025-11-20 Oleg Broytman Oleg Broytman [db9918] Fix(col): `UuidValidator.from_python` accepts s...
 util 2019-02-11 Oleg Broytman Oleg Broytman [8cf109] Feat(compat): Use imp for Python 2, importlib f...
 versioning 2017-01-13 Oleg Broytman Oleg Broytman [2ac082] Fix tests for Firebird
 __init__.py 2015-02-03 Neil Neil [d821c5] Change to relative import
 __version__.py 2025-12-08 Oleg Broytman Oleg Broytman [c4026a] Release 3.13.1
 boundattributes.py 2015-02-15 Lukasz Dobrzanski Lukasz Dobrzanski [098903] Fix flake8 F822
 cache.py 2015-02-12 Neil Neil [d6a56c] Ensure we're working with lists in cache
 classregistry.py 2015-02-13 Neil Neil [71df75] python 3 keys don't have a sort method
 col.py 2025-11-20 Oleg Broytman Oleg Broytman [db9918] Fix(col): `UuidValidator.from_python` accepts s...
 compat.py 2022-11-17 Oleg Broytman Oleg Broytman [6509ac] Fix(compat): Use `.exec_module(.create_module()...
 conftest.py 2019-04-29 Oleg Broytman Oleg Broytman [c3f99e] Feat: Remove RdbhostConnection
 constraints.py 2020-06-22 Oleg Broytman Oleg Broytman [f25602] Style: Fix `flake8` E741 ambiguous variable nam...
 converters.py 2021-06-03 James Hudson James Hudson [1f50e6] Add new converter for pendulum.DateTime
 dbconnection.py 2025-11-11 Oleg Broytman Oleg Broytman [cc5e39] Fixes a bug in `dbconnection.ConnectionURIOpene...
 dberrors.py 2016-07-19 Oleg Broytman Oleg Broytman [e6a614] Fix URLs
 declarative.py 2018-11-26 Oleg Broytman Oleg Broytman [62156a] Style: Ignore flake8 W504 line break after bina...
 events.py 2018-03-10 Scott Stahl Scott Stahl [a2579b] Add signals on commit and rollback
 index.py 2015-02-15 Lukasz Dobrzanski Lukasz Dobrzanski [972ccb] fix E131 (and F403 outside tests)
 joins.py 2023-10-28 Oleg Broytman Oleg Broytman [b29ab6] Feat(SOSQLRelatedJoin): Raise error for filter ...
 main.py 2023-10-29 Oleg Broytman Oleg Broytman [a0459c] Feat: `sqlmeta.idSize` to set `id` size
 sqlbuilder.py 2023-07-28 Oleg Broytman Oleg Broytman [0ecd7d] Feat(SQLBuilder): Add detailed error message
 sresults.py 2018-11-26 Oleg Broytman Oleg Broytman [62156a] Style: Ignore flake8 W504 line break after bina...
 styles.py 2015-01-30 Oleg Broytman Oleg Broytman [d7ce0b] Fix #26 flake8 E126 continuation line over-inde...
 views.py 2016-07-19 Oleg Broytman Oleg Broytman [1992d9] Fix all `import *`
 wsgi_middleware.py 2016-08-12 Oleg Broytman Oleg Broytman [6b8899] Use Sphinx to build docs