]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-10-02  Ants Aasmaadd support for returning results from inserts and...
2007-10-02  Jason Kirtland- Tweaked the sql.text date test
2007-10-02  Jason Kirtland- Unraveled DateTest, removed bogus coverage omission...
2007-10-02  Mike Bayerremoved unused _fold_identifier_case method
2007-10-02  Roger DemetrescuSome fixes on reflection tests (firebird):
2007-10-02  Jason Kirtland- The no-arg ResultProxy._row_processor() is now the...
2007-10-02  Jason Kirtland- Removed duplicate RowProxy.__len__ definition and...
2007-10-01  Mike Bayer- ident passed to id_chooser in shard.py always a list
2007-10-01  Ants AasmaMake the postgres_where attribute to Index private...
2007-09-29  Mike Bayer- fixed three- and multi-level select and deferred...
2007-09-29  Ants Aasma- added partial index support for postgres
2007-09-28  Mike Bayer- more docstrings
2007-09-28  Mike Bayer- doc updates. generated sql docs are against sql...
2007-09-28  Roger Demetrescufirebird doesn't support sane rowcount.
2007-09-27  Jason Kirtland- Explicitly close connections in the FOR UPDATE tests.
2007-09-27  Jason KirtlandDropped the leading '__' from generated savepoint names...
2007-09-27  Mike Bayerbump to beta7, but might become 0.4.0
2007-09-27  Jason Kirtland- The IdentifierPreprarer's _requires_quotes test is...
2007-09-27  Mike Bayerzoomark adjustment for the pybot... rel_0_4beta6
2007-09-27  Mike Bayertest coverage has been added...
2007-09-27  Mike Bayer- adjust server side logic to work with standalone...
2007-09-26  Mike Bayer- some docstrings for select()
2007-09-26  Jason KirtlandChanged MySQL dialect to use the older LIMIT <offset...
2007-09-26  Jason KirtlandAvoid tickling the MySQL-python 1.2.2 executemany parsi...
2007-09-26  Mike Bayeradd micro-doc for sequence standalone execution
2007-09-26  Mike Bayer- added "FETCH" to the keywords detected by Postgres...
2007-09-26  Jason KirtlandFormatting tweaks
2007-09-26  Mike Bayerfix comment
2007-09-26  Mike Bayer- created a link between QueryContext and SelectionCont...
2007-09-26  Jason KirtlandTightened up time measurement.
2007-09-26  Mike Bayer- the behavior of String/Unicode types regarding that...
2007-09-24  Mike Bayer- columns from Alias objects, when used to target resul...
2007-09-24  Mike Bayer- added session.is_modified(obj) method; performs the...
2007-09-24  Mike Bayeradded test coverage for r3512
2007-09-24  Mike Bayerfound an errant 2-tuple...
2007-09-22  Mike Bayerfixed session extension bug [ticket:757]
2007-09-22  Mike Bayerfixed firebird visit_alias [ticket:779]
2007-09-22  Jason KirtlandAdded.
2007-09-22  Mike Bayer- added "schema" argument to Sequence; use this with...
2007-09-22  Mike Bayer- merged sa_entity branch. the big change here is...
2007-09-22  Mike Bayer- added 'comparator' keyword argument to PickleType...
2007-09-19  Paul JohnstonDon't use unicode with pyodbc on UCS-4 platforms [ticke...
2007-09-17  Ants Aasmaoops, forgot to commit CHANGES
2007-09-17  Ants Aasmaadd sqlite reserved words list
2007-09-11  Jason KirtlandYet more formatting updates
2007-09-10  Jason KirtlandFormatting tweaks.
2007-09-09  Mike Bayer- added 'passive_deletes="all"' flag to relation()...
2007-09-08  Mike Bayer[ticket:728] foreign key checks for existing reflected...
2007-09-08  Jason KirtlandTweaked changelog
2007-09-08  Mike Bayer- adjusted operator precedence of NOT to match '==...
2007-09-08  Mike Bayeradded assertion case for [ticket:764]
2007-09-08  Mike Bayer[ticket:768] dont assume join criterion consists only...
2007-09-08  Mike Bayer- fixes to ShardedSession to work with deferred columns...
2007-09-07  Jason KirtlandRemoved DefaultDialect.ischema and information_schema...
2007-09-07  Mike Bayer- merged the unit test for the column_prefix fix that...
2007-09-07  Jason KirtlandFixed repr() of mysql floats [ticket:775]
2007-09-07  Jason KirtlandAdded 'collection_iter', like 'iter', for anything...
2007-09-07  Jason KirtlandDoc updates.
2007-09-07  Jason KirtlandUpdated ignores.
2007-09-06  Jason Kirtlandmysql SETs and ENUMs now unescape embedded quotes befor...
2007-09-06  Mike Bayerassociationproxy relies upon a "sweep" through the...
2007-09-06  Mike Bayer- column defaults and onupdates, executing inline,...
2007-09-05  Mike Bayerdo the cheaper check first....
2007-09-05  Jason KirtlandFixed reflection of the empty string for mysql enums.
2007-09-05  Mike Bayermerged current entity_management brach r3457-r3462...
2007-09-04  Paul JohnstonSmall change in ActiveMapper to make it work with Pytho...
2007-09-04  Mike Bayerremove unused method
2007-09-04  Mike Bayerbuildbot reported a lower number for test 1a...
2007-09-04  Mike Bayer- took out method calls for oid_column
2007-09-04  Paul JohnstonSet supports_sane_multi_rowcount for MSSQL
2007-09-04  Mike Bayer- removed "parameters" argument from clauseelement...
2007-09-03  Mike Bayer- various cruft removal and optimizations to load process.
2007-09-03  Paul JohnstonMinor fixes to MSSQL reflection
2007-09-02  Mike Bayer- mapper compilation has been reorganized such that...
2007-09-01  Mike Bayerlowered value, fewer calls on pybot ?
2007-09-01  Mike Bayerentity refs
2007-09-01  Mike Bayeredits
2007-09-01  Mike Bayeradded zoomark profile
2007-09-01  Mike Bayeradjusting firebird, obviously needs someone to test
2007-09-01  Mike Bayerfix to oracle sequence exec
2007-09-01  Mike Bayersequence pre-executes dont create an ExecutionContext...
2007-09-01  Mike Bayerfactored out uses_sequences_for_inserts() into
2007-09-01  Mike Bayer- got all examples working
2007-09-01  Mike Bayerwhats a big commit without some errant print statements...
2007-09-01  Mike Bayer- merged inline inserts branch
2007-08-31  Mike Bayerupdate on pool status
2007-08-30  Mike Bayer- fixed bugs in determining proper sync clauses from...
2007-08-30  Mike Bayerremove() should issue a close() on existing session
2007-08-29  Jason KirtlandExtended 'engine_from_config' coercion for QueuePool...
2007-08-29  Jason Kirtlandengine.url cleanups [ticket:742]
2007-08-29  Jason KirtlandFix for scoped_session's `mapper(extension=<scalar...
2007-08-28  Jason KirtlandCatch-up entries for b5.
2007-08-28  Jason Kirtland- Restored reflection for mysql VIEWs [ticket:748]
2007-08-28  Jason KirtlandFixed OrderedProperties pickling [ticket:762]
2007-08-27  Jason KirtlandFixed signature for orm's BETWEEN operator.
2007-08-27  Gaëtan de Mentenfix typos in assoc_proxy doc
2007-08-23  Jason KirtlandExpand custom assocproxy getter/setter support to scala...
2007-08-23  Jason KirtlandAllow custom getter/setters to be specified for a stand...
2007-08-22  Jason KirtlandFix for reflecting mysql keys that have USING
2007-08-22  Mike Bayerbump
next