]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2008-02-08  Paul JohnstonStrip schema from access tables
2008-02-06  Lele GaifaxAvoid using common keywords as field names: the test...
2008-02-06  Mike Bayercheck for unicode first before encoding
2008-02-06  Ants Aasmaunit-of-work flush didn't close the failed transaction...
2008-02-06  Jason Kirtland- Some more reST docstring corrections
2008-02-06  Jason Kirtland- clean up the print version of the docs a bit [ticket...
2008-02-06  Jason Kirtland- A few quick docstring typo fixes, including [ticket...
2008-02-06  Jason KirtlandC-u 66 C-x f M-q
2008-02-06  Jason KirtlandChangeLog for r4115
2008-02-05  Jason Kirtland- Enabled schema support on SQLite, added the temporary...
2008-02-05  Jason Kirtland- doc edits- thanks asmodai! [ticket:906]
2008-02-05  Mike Bayerbetter that it doesn't get a scalar loader callable
2008-02-05  Mike Bayerexpire with synonyms [ticket:964]
2008-02-05  Jason Kirtland- Autodetect mysql's ANSI_QUOTES mode, sometimes. ...
2008-02-05  Jason Kirtlandhmmm.
2008-02-05  Jason Kirtland- Added free-form `DDL` statements, can be executed...
2008-02-04  Mike Bayer*more* tweaks to avoid DEFAULT VALUES on sqlite
2008-02-04  Mike Bayerlock in replacing '%' with '%%'
2008-02-04  Mike Bayer- add dummy column to appease older SQLite verisons...
2008-02-04  Jason Kirtland- ColumnDefault callables can now be any kind of compli...
2008-02-04  Mike Bayerforcibly clean out _sessions, _mapper_registry at test...
2008-02-04  Mike Bayeradd some extra assertions to ensure all mappers are...
2008-02-01  Jason Kirtland- fixed reflection of Time columns on sqlite
2008-02-01  Mike Bayer- some consolidation of tests in select.py, moved
2008-01-31  Jason Kirtland- Workaround for datetime quirk, LHS comparisons to...
2008-01-31  Jason Kirtland- Friendlier exception messages for unbound, implicit...
2008-01-31  Mike Bayer- added "autocommit=True" kwarg to select() and text(),
2008-01-31  Jason Kirtland- implemented RowProxy.__ne__ [ticket:945], thanks...
2008-01-31  Mike Bayer- the startswith(), endswith(), and contains() operators
2008-01-30  Mike Bayerescapedefaultstest passes on everything
2008-01-30  Mike Bayermoved default escaping test to its own test so oracle...
2008-01-30  Mike Bayer- Oracle and others properly encode SQL used for defaults
2008-01-30  Mike Bayerdocstring fix
2008-01-30  Mike Bayer- next release will be 0.4.3
2008-01-28  Mike Bayer- "Passive defaults" and other "inline" defaults can now
2008-01-28  Jason Kirtland- Added a simple @future test marker.
2008-01-28  Jason Kirtland- Fixed little think-o in fails_if
2008-01-27  Mike Bayer- Fixed bug in polymorphic inheritance where incorrect
2008-01-25  Mike Bayerencourage usage of union() and other composites as...
2008-01-25  Mike Bayer- added standalone "query" class attribute generated
2008-01-24  Jason Kirtland- Ignore jython debris
2008-01-24  Jason Kirtland- Flipped join order of __radd__ on association proxied...
2008-01-24  Jason Kirtland- IdentitySet binops no longer accept plain sets.
2008-01-24  Jason KirtlandA little clarity tweak to r4093
2008-01-24  Jason KirtlandCorrected behavior of get_cls_kwargs and friends
2008-01-23  Mike Bayeradded an intro for the code sample so that its not...
2008-01-23  Mike Bayer- query.join() can also accept tuples of attribute
2008-01-23  Jason KirtlandAdded notes about 2.3 improvements
2008-01-23  Jason KirtlandEdits
2008-01-23  Mike Bayerwhups, args in wrong order
2008-01-23  Mike Bayermore descriptive error message for m2m concurrency...
2008-01-23  Mike Bayermore capability added to reduce_columns
2008-01-22  Jason Kirtland- Migrated zoomark to profiling.function_call_count...
2008-01-22  Jason Kirtlandrein in r3840 find and replace rampage
2008-01-22  Jason Kirtland- 2.3 fixup part three: 100% on postgres, mysql
2008-01-22  Jason Kirtland- Removed some test bogosity
2008-01-22  Jason Kirtland- Cover 2.3 Decimal fallback
2008-01-21  Jason Kirtland- 2.3 fixup, part two: 100% passing for sqlite
2008-01-20  Mike Bayerclean up a little close() silliness
2008-01-20  Mike Bayerfactor create_row_adapter into sql.util.row_adapter
2008-01-20  Mike Bayerfurther clarification on transaction state
2008-01-20  Ants Aasmafix rollback behavior with transaction context manager...
2008-01-20  Ants Aasmaexample of using try-catch to do transaction commit...
2008-01-20  Ants Aasma- parent transactions weren't started on the connection...
2008-01-19  Jason Kirtland- Restored 2.3 compat. in lib/sqlalchemy
2008-01-19  Jason Kirtland- Added source transformation framework for non-2.4...
2008-01-19  Mike Bayer- Oracle assembles the correct columns in the result set
2008-01-19  Mike Bayer- some expression fixup:
2008-01-17  Mike Bayercheck for session is none, [ticket:940]
2008-01-16  Jason KirtlandUpdated bit about coverage.py
2008-01-16  Mike Bayer- dynamic relations, when referenced, create a strong
2008-01-16  Jason Kirtland- default the root logger level only if unset
2008-01-15  Mike Bayermaintain the ordering of the given collection of column...
2008-01-15  Mike Bayeravoid unnecessary mapper.extension copy
2008-01-15  Mike Bayerfinally, a really straightforward reduce() method which...
2008-01-15  Mike Bayer- select_table mapper turns straight join into aliased...
2008-01-14  Mike Bayeradded more (failing) tests to query, will need to fix...
2008-01-14  Mike Bayer- query.join() can now accept class-mapped attributes
2008-01-14  Mike Bayer- applying some refined versions of the ideas in the...
2008-01-13  Mike Bayer- _get_equivalents() converted into a lazy-initializing...
2008-01-12  Jason Kirtland- testbase is gone, replaced by testenv
2008-01-12  Jason Kirtland- Undeclared SAWarnings are now fatal to tests as well.
2008-01-11  Mike Bayerfixed NOT ILIKE
2008-01-11  Mike Bayer- added "ilike()" operator to column operations.
2008-01-11  Lele GaifaxReverted to False Firebird's supports_sane_rowcount
2008-01-11  Lele GaifaxTry to reflect also the Sequence on the PK under Firebird
2008-01-11  Jason Kirtland- Warnings are now issued as SAWarning instead of Runti...
2008-01-10  Jason KirtlandInclude column name in length-less String warning ...
2008-01-10  Mike Bayer- unit test for r4048
2008-01-10  Mike Bayer- added a mapper() flag "eager_defaults"; when set to
2008-01-10  Mike Bayer- added extra fk override test
2008-01-10  Lele GaifaxRecognize another Firebird exception in dialect.is_disc...
2008-01-10  Mike Bayer- finally added PGMacAddr type to postgres
2008-01-10  Mike Bayerconverted tests to use remote_side and foreign_keys...
2008-01-10  Jason KirtlandReworked r4042- undeclared deprecation warnings are...
2008-01-09  Jason Kirtlandtest suite deprecation rampage
2008-01-09  Jason Kirtlandbump.
2008-01-09  Mike Bayerformatting, added UnicodeText rel_0_4_2p3
2008-01-09  Jason KirtlandSilenced deprecation warnings when testing deprecated...
2008-01-09  Jason KirtlandAdded explicit length to more testing String columns.
next