]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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
2012-09-11  Mike Bayeredits
2012-09-11  Mike Bayerupdates
2012-09-11  Mike Bayer- rework scoped_session and sessionmaker, [ticket:2500]
2012-09-10  Mike Bayer- [bug] CompileError is raised when VARCHAR with
2012-09-10  Mike Bayer- [feature] The cast() and extract() constructs
2012-09-09  Mike Bayermerge branch
2012-09-09  Mike BayerMerged in etanol/sqlalchemy (pull request #18)
2012-09-09  Mike Bayer- [feature] Added a hook to the system of rendering
2012-09-09  Mike Bayer- add new sphinx handlers to render method and attribut...
2012-09-09  Mike Bayerfix
2012-09-09  Mike Bayermore cleanup
2012-09-09  Mike Bayeralmost obliterate the concept of "implicit execution...
2012-09-09  Mike Bayer- add a test to make sure we've tested session.execute...
2012-09-07  Isaac JuradoAdd a hint on the install guide to disable C extensions...
2012-09-05  Mike Bayer - [feature] The types of columns excluded from the
2012-09-05  Mike Bayer- add req's for predictable gc
2012-09-04  Mike Bayer- repair for "+driver" spec
2012-09-04  Mike Bayeradd a contains() override test
2012-09-04  Mike Bayer`lshift` (<<) and `rshift` (>>) are also supported...
2012-09-03  Mike Bayer- rework the test exclusions system to work on a consis...
2012-09-03  Mike Bayer- type expressions invoke in SQL, but are only for...
2012-09-02  Mike Bayer- further mxodbc tweaks affecting other test suites
2012-09-02  Mike Bayer- leave this out for now
next