]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2012-10-10  Mike Bayer- changelog update, added 0.7's version of [ticket...
2012-10-10  Mike Bayer - [feature] Added "read_timeout" flag to MySQLdb
2012-10-10  Mike Bayer - [feature] Added "raise_on_warnings" flag to OurSQL
2012-10-10  Mike Bayerupdates
2012-10-10  Mike Bayerthis is an RST now
2012-10-10  Mike Bayer- new dialect development README
2012-10-08  Mike Bayer- remove old hardcoded rule about chained being limited...
2012-10-08  Mike Bayermissing with_statement
2012-10-08  Mike Bayer- add a nifty contextmanager form of assert_execution...
2012-10-08  Mike Bayer - [feature] Various API tweaks to the "dialect"
2012-10-06  Mike Bayer - [bug] Continuing [ticket:2566] regarding extra
2012-10-06  Mike Bayer- break session tests into smaller suites. still some...
2012-10-04  Mike Bayer- add back __engine_options__
2012-10-04  Mike Bayer- connect immediately on _create_testing_engine to...
2012-10-04  Mike Bayer- don't call get_lastrowid() on explicit returning
2012-10-04  Mike Bayer - [feature] The Session will produce warnings
2012-10-04  Mike Bayer- fix declarative __init__
2012-10-04  Mike Bayer- test updates
2012-10-03  Mike Bayer- requirements
2012-10-03  Mike Bayer- add one more #2583 test to cover the "multiple PK...
2012-10-03  Mike Bayer - [bug] Fixed Session accounting bug whereby replacing
2012-10-01  Mike Bayer- fix the fixture here that wasn't creating consistently
2012-10-01  Mike Bayerremove access
2012-10-01  Mike Bayer - [feature] the MS Access dialect has been
2012-09-30  Mike Bayerallow variability here
2012-09-30  Mike Bayermssql: - [bug] Fixed bug where reflection of primary...
2012-09-30  Mike Bayerspacing
2012-09-30  Mike Bayer - [bug] Fixed bug in over() construct whereby
2012-09-30  Mike Bayerput this inside a main()
2012-09-30  Mike Bayer - [bug] Fixed compiler bug whereby using a correlated
2012-09-30  Mike Bayer - [bug] The CreateIndex construct in Oracle
2012-09-30  Mike Bayer- add a glossary b.c. hey its a good idea
2012-09-30  Mike Bayermodernize session links
2012-09-30  Mike Bayer- commit Priit Laes docstring fixes
2012-09-30  Mike Bayerfix the path here
2012-09-30  Mike Bayer- tighten mysql date test to not fail over 1 second...
2012-09-30  Mike Bayerconsolidate config into noseplugin, remove the dupe...
2012-09-30  Mike Bayerpg and oracle fixes
2012-09-30  Mike Bayer2.5 support
2012-09-29  Mike Bayer- todos
2012-09-29  Mike Bayeralso get rid of satest.cfg
2012-09-29  Mike Bayer- copy the plugin into test so that it can be loaded...
2012-09-29  Mike Bayer- import fixes
2012-09-29  Mike Bayerthis isnt used
2012-09-29  Mike Bayermerge
2012-09-29  Mike Bayermerge
2012-09-29  Mike Bayer- rework component reflection test so that usual framew...
2012-09-29  Mike Bayerdev
2012-09-29  Mike Bayeradjustments
2012-09-29  Mike Bayer- revert the "basedir" thing - running setup.py from...
2012-09-29  Mike Bayer- enhance setup.py to support being run from outside...
2012-09-28  Mike Bayer- fix annotation transfer when producing m2m backref...
2012-09-27  Mike Bayergetting everything to pass again
2012-09-27  Mike Bayer- more tests, move some tests out of test_reflection...
2012-09-27  Mike Bayerdisplay name in message
2012-09-27  Mike Bayer- add a runner module
2012-09-27  Mike Bayertweaks
2012-09-27  Mike Bayerfix an early import
2012-09-27  Mike Bayertrying different approaches to test layout. in this...
2012-09-26  Mike Bayer- profile file is configurable
2012-09-26  Mike Bayer- further reorganization of test suite:
2012-09-26  Mike Bayer- fix empty row insert in fixture, [ticket:2573]
2012-09-26  Mike Bayer- [feature] Added support for the localtimestamp()
2012-09-26  Mike BayerMerged in mitchellrj/sqlalchemy (pull request #21)
2012-09-26  Richard MitchellAdd support for LOCALTIMESTAMP in SQLite.
2012-09-25  Mike Bayer - [bug] Added 'terminating connection' to the list
2012-09-24  Mike Bayer - [bug] Fixed the DropIndex construct to support
2012-09-24  Mike Bayer- fix fb function thing here, need **kw to break the...
2012-09-23  Mike Bayer- [feature] An experimental dialect for the fdb
2012-09-23  Mike Bayer- got firebird running
2012-09-23  Mike Bayer - [bug] Columns in reflected primary key constraint
2012-09-23  Mike Bayer- use our new Cls.memoized_name._reset(self) method...
2012-09-23  Mike Bayer - [bug] When the primary key column of a Table
2012-09-23  Mike Bayer - [feature] An explicit error is raised when
2012-09-23  Mike Bayer- clean pyflakes
2012-09-23  Mike Bayer- improve docs for MySQL/SQLite foreign key/ON UPDATE...
2012-09-23  Mike Bayer- [bug] Adjusted column default reflection code to
2012-09-22  Mike Bayermove this to 0.8
2012-09-22  Mike Bayer - [bug] A tweak to column precedence which moves the
2012-09-22  Mike Bayer- aaand actually get is/isnot to be usable with None...
2012-09-22  Mike Bayer - [bug] Added missing operators is_(), isnot()
2012-09-22  Mike Bayer - [bug] Extra logic has been added to the "flush"
2012-09-22  Mike Bayer- rename .attr to .attrs on mapper, instance state...
2012-09-22  Mike Bayertest fixes
2012-09-21  Mike Bayerfinished fixes for mxodbc; need to use at least version...
2012-09-21  Mike Bayermapper configured doc
2012-09-20  Mike Bayer - [feature] New session events after_transaction_create
2012-09-20  Mike Bayer- repair bool() for instance level event listener where...
2012-09-19  Mike Bayer - [bug] Adjusted a very old bugfix which attempted
2012-09-17  Mike Bayer- [bug] Fixed bug where incorrect type information
2012-09-17  Mike BayerMerged in millerdev/sqlalchemy (pull request #20)
2012-09-16  Mike Bayer- genericize the test for ischema_names
2012-09-16  Mike BayerMerged in erilem/sqlalchemy (pull request #19)
2012-09-15  Mike Bayer- [bug] Fixed a disconnect that slowly evolved
2012-09-12  Daniel MillerAdded test and fix for version_id_col bug.
2012-09-12  Éric Lemoineremove print statement in PGDialect._get_column_info
2012-09-12  Éric Lemoineadjust a comment in PGDialect._get_column_info
2012-09-12  Éric Lemoinebreaking up PGDialect.get_columns, and add PostGIS...
2012-09-11  Mike Bayeradd connection.close()
2012-09-11  Éric Lemoinesupport for reflecting PostGIS columns
next