]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2009-11-01  Mike Bayer- the `__contains__()` method of `MetaData` now accepts
2009-10-30  Gaëtan de Mentenget more speed out of the Time type on Mysql
2009-10-30  Gaëtan de Mentenget a bit more speed out of datetime and LOB-based...
2009-10-30  Gaëtan de Mentenadded comment so that other people don't spend their...
2009-10-30  Gaëtan de Mentenminor speed improvement on date, datetime and time...
2009-10-29  Gaëtan de Mentenlarge speed improvement of the Interval type on non...
2009-10-29  Gaëtan de Mentenslightly sped-up Binary type, PickleType and all TypeDe...
2009-10-28  Mike Bayeradded docs to case() illusrtating usage of `literal_col...
2009-10-27  Gaëtan de Mentenpartially PEP8-ified informix dialect
2009-10-26  Mike Bayerno native unicode for mysql + zxjdbc
2009-10-26  Mike Bayerwhats up with the native_unicode test on jython
2009-10-26  Mike Bayertest fixes
2009-10-26  Mike Bayeroracle test fixes
2009-10-26  Mike Bayer- The psycopg2 dialect now uses psycopg2's "unicode...
2009-10-25  Mike Bayer- generalized Enum to issue a CHECK constraint + VARCHA...
2009-10-25  Mike Bayerwell great nobody even supports PG enum.
2009-10-25  Mike Bayer- Using a "dynamic" loader with a "secondary" table...
2009-10-25  Mike Bayerfix errant 2.6ism
2009-10-25  Mike Bayer- Fixed a slight inaccuracy in the sharding example.
2009-10-25  Mike Bayer- Added new ENUM type to the Postgresql dialect, which...
2009-10-24  Mike Bayer- apply ged's suggested optimization of not needlessly...
2009-10-24  Mike Bayerfix some 2.4 callcounts
2009-10-24  Mike Bayer- ResultProxy internals have been overhauled to greatly...
2009-10-23  Mike Bayerupdate counts for 2.4
2009-10-23  Mike Bayer- Mutable collection passed to the "extension" attribute
2009-10-23  Mike Bayer - insert() and update() constructs can now embed...
2009-10-22  Michael TrierRemoved references to sequence in MSSQL
2009-10-21  Mike Bayer- RETURNING is supported by 8.2+
2009-10-21  Mike Bayer- Corrected the "has_sequence" query to take current...
2009-10-21  Mike Bayersome cleanup
2009-10-20  Mike Bayermerged scopefunc patch from r6420 of 0.5 branch
2009-10-20  Mike Bayermerge r6418 from 0.5, dedupe expressions on clause...
2009-10-20  Mike Bayermerged r6416 of 0.5 branch, fix the "numeric" paramstyl...
2009-10-19  Lele GaifaxFix reST markup
2009-10-19  Lele GaifaxModernise doc about returning() support
2009-10-18  Mike Bayerattempt to fix some jython ordering annoyingness
2009-10-18  Mike Bayer- the behavior of eagerloading such that the main query is
2009-10-18  Mike Bayer- added a flag to relation(), eagerload(), and eagerloa...
2009-10-18  Mike Bayer- initial MySQL Connector/Python driver
2009-10-18  Mike Bayergratuitous try/except/else usage
2009-10-18  Mike Bayerfix MySQL tests
2009-10-15  Mike Bayerdeprecations per [ticket:1498]:
2009-10-15  Mike Bayer- Added BigInteger to global imports
2009-10-15  Mike Bayer- setting echo=False on create_engine() now sets the...
2009-10-15  Mike Bayer- A column can be added to a joined-table declarative
2009-10-15  Mike Bayer- query.from_self(), query.union(), others which do a
2009-10-15  Mike Bayer- mapping to a select() construct now requires that you
2009-10-15  Mike Bayer- an executemany() now requires that all bound parameter
2009-10-15  Mike Bayer- DefaultRunner and subclasses have been removed. ...
2009-10-14  Mike Bayerremove instanceof() in favor of memoized flags, part...
2009-10-12  Mike Bayer- `expression.null()` is fully understood the same way
2009-10-12  Mike Bayerfix SQL output
2009-10-12  Mike Bayer- added "ddl" argument to the "on" callable of DDLEleme...
2009-10-11  Mike Bayer- RowProxy objects are now pickleable, i.e. the object...
2009-10-10  Mike Bayerexport UPPERCASE types as "from sqlalchemy.dialects...
2009-10-10  Mike Bayer- the setuptools entrypoint for external dialects is now
2009-10-10  Mike Bayer- unit test fixes
2009-10-05  Mike Bayer- the mechanics of "backref" have been fully merged...
2009-10-05  Mike Bayerchangelog re [ticket:1561]
2009-10-05  Michael TrierCorrected problem with a Trusted Connection under MSSQL...
2009-10-03  Mike Bayer- usage of the CHAR type results in cx_oracle's
2009-10-03  Lele GaifaxFix #1560 revisiting Firebird dialect docs
2009-10-02  Mike Bayer- query.options() now only propagate to loaded objects
2009-10-01  Mike Bayer- boolean, int, and float arguments count as "cache...
2009-10-01  Philip Jenveyavoid __nonzero__ on ClauseElements
2009-09-30  Mike Bayeradded a test for #1085
2009-09-30  Gaëtan de Mentenremoved obsolete code (closes #1559)
2009-09-24  Philip Jenveymerge from branches/clauseelement-nonzero
2009-09-21  Philip Jenveysmall change
2009-09-21  Mike Bayerplace the constructor level configuration within the...
2009-09-20  Mike Bayertweaks
2009-09-20  Mike Bayera picture
2009-09-20  Mike Bayerensure default dialect for these
2009-09-18  Mike Bayer- query.join() has been reworked to provide more consistent
2009-09-16  Mike Bayermerged r6357 of rel_0_5 branch
2009-09-16  Mike Bayer- contains_eager() now works with the automatically
2009-09-15  Lele GaifaxFix #1185: better way of checking already initialized...
2009-09-15  Lele GaifaxRevisited Firebird's keywords set
2009-09-12  Mike Bayer- Table objects declared in the MetaData can now be...
2009-09-12  Mike Bayer- Added an assertion that prevents a @validates function
2009-09-12  Philip Jenveyo don't need to str() Jython arrays twice
2009-09-11  Philip Jenveydon't assume dict ordering
2009-09-11  Philip Jenveytypo
2009-09-11  Philip Jenveyoracle/mssql+zxjdbc blurb
2009-09-11  Philip Jenveyclose cursors: mostly fetchone -> first
2009-09-11  Philip Jenveyupdate per new Binary str handling
2009-09-11  Mike Bayerall about DDL events
2009-09-11  Philip Jenveymssql+zxjdbc support
2009-09-10  Mike Bayerdocs
2009-09-09  Mike Bayermove foreign keys stuff into the constraints section
2009-09-09  Mike Bayeredits plus redid "sequences".
2009-09-09  Mike Bayerfix update examples for [ticket:1533]
2009-09-09  Philip Jenveyfix the new Binary str handling under Jython
2009-09-05  Mike Bayer- the Binary type now returns data as a Python string
2009-09-03  Mike Bayer- distill contextual parameters for the purpose of...
2009-09-02  Mike Bayermysql doesn't like the 0's. not sure why but its not...
2009-09-02  Philip Jenveyadd a length for mysql
2009-09-01  Mike Bayer- Fixed bug which prevented two entities from mutually
2009-09-01  Mike Bayer- Fixed bug which disallowed one side of a many-to...
2009-09-01  Mike Bayer- A column can be added to a joined-table subclass...
next