]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2013-11-08  Mike Bayer- add proof of concept for versioning, [ticket:2861]
2013-11-08  jplaverdureSwitched to UTC Timestamp
2013-11-08  jplaverdureAdded changed(timestamp) on _history table and supprot...
2013-11-08  Mike Bayer- Fixed bug which prevented history_meta recipe from...
2013-11-06  schettino72Add support for python3.3 list.clear() on orm.collections
2013-11-01  Mike Bayer- Fixed a regression introduced by the join rewriting...
2013-10-31  Mike Bayer- add a section re: using column_reflect for mapping...
2013-10-30  Mike Bayer- Fixed a regression introduced by :ticket:`2818` where...
2013-10-29  mike bayerMerge pull request #39 from jmagnusson/minordocfix
2013-10-28  Jacob MagnussonSuper-minor doc fix
2013-10-28  Mike Bayerno such thing as default_strategy()...
2013-10-28  Mike Bayer- whitespace below ..version, sigh
2013-10-27  Mike Bayerfix to the changelog system for when there's no change...
2013-10-27  Mike Bayer- Fixed bug where index reflection would mis-interpret...
2013-10-27  Mike Bayer- farm out everthing to do with rtd out to the sqlalche...
2013-10-26  Mike BayerMerge branch 'rel_0_9'
2013-10-26  Mike Bayer- more updates to compatability, C extensions, building... rel_0_9_0b1
2013-10-26  Mike Bayer- ensure 0.9 in various documentation spaces
2013-10-26  Mike Bayer- release 0.9.0b1
2013-10-26  Mike Bayer- add copyright to source files missing it
2013-10-26  Mike Bayer- add copyright to source files missing it
2013-10-26  Mike Bayerwill call this 0.9.0b1
2013-10-25  Mike Bayer- Fixed bug where Oracle table reflection using synonym...
2013-10-25  Mike Bayerpython2 pickle here fails
2013-10-25  Mike Bayer- catch the metadata on ScalarTest.test_scalar_proxy...
2013-10-25  Mike Bayer- changelog for [ticket:2183]
2013-10-25  Mike Bayer- move this test to PG test_reflection
2013-10-25  Mike Bayer- Fix and test parsing of MySQL foreign key options...
2013-10-25  Mike BayerMerge branch 'master' of github.com:ijl/sqlalchemy...
2013-10-25  Mike Bayer- :func:`.attributes.get_history()` when used with...
2013-10-24  Mike Bayer- add migration notes for [ticket:2838]
2013-10-24  Mike Bayerclarifications
2013-10-23  Mike Bayerupdated
2013-10-23  Mike BayerAn overhaul of expression handling for special symbols...
2013-10-23  Mike Bayer- The regexp used by the :func:`.url.make_url` function...
2013-10-22  Mike Bayersome zoomark tests without c exts callcounts updated
2013-10-22  Mike Bayer- just comment out this test, we may have to figure...
2013-10-22  Mike Bayer- use a different approach here since oracle isn't...
2013-10-22  Mike Bayer- oursql returns a pure FP here which isn't exact
2013-10-22  Mike Bayertry to get this to pass on slow environmnets
2013-10-21  Mike Bayertypos
2013-10-21  Mike Bayer- A :func:`.bindparam` construct with a "null" type...
2013-10-21  Mike Bayer- Fixed bug where :func:`.type_coerce` would not interp...
2013-10-20  Mike Bayer- The typing system now handles the task of rendering...
2013-10-20  Mike Bayer- add a type_coerce() step within Enum, Boolean to...
2013-10-19  Mike Bayer- The :meth:`.Table.tometadata` method now produces...
2013-10-18  Mike Bayer- attempt to clarify what mutable extension does for...
2013-10-18  Mike Bayer- add a "limitations of reflection" section, [ticket...
2013-10-18  Mike Bayeruse a set here also
2013-10-18  Mike Bayer- Removed a 128-character truncation from the reflectio...
2013-10-18  Mike Bayer- The change in :ticket:`2721`, which is that the ...
2013-10-15  Mike Bayer- Added support for rendering ``SMALLSERIAL`` when...
2013-10-15  ijlForeignKeyConstraint reflection test respects MySQL...
2013-10-14  Mike BayerThe MySQL :class:`.mysql.SET` type now features the...
2013-10-14  Mike BayerThe ``.unique`` flag on :class:`.Index` could be produc...
2013-10-14  Mike Bayerworkaround for #2838 here. still need to figure out...
2013-10-14  Mike Bayer- fix non-deterministic ordering point
2013-10-14  Mike Bayer- fix test warning here (oursql)
2013-10-14  mike bayerMerge pull request #35 from alex/less-dicts
2013-10-14  Alex GaynorPerform fewer dict lookups - tiny microoptimization
2013-10-13  Mike Bayerthese are in alphabetical order
2013-10-13  Mike Bayermigration guide
2013-10-13  ijl#2183: Metadata.reflect() foreign keys include options...
2013-10-13  Mike Bayername
2013-10-13  Mike Bayer- Added new option to :func:`.relationship` ``distinct...
2013-10-13  Mike BayerMySQL-connector dialect now allows options in the creat...
2013-10-13  Mike BayerParenthesis will be applied to a compound SQL expression as
2013-10-13  Mike Bayer- Fixed bug in default compiler plus those of postgresq...
2013-10-11  Mike Bayeruse accepts scalar loader here so we deal with _ProxyIm...
2013-10-11  Mike Bayer- fix bug due to regression from #2793, make sure we...
2013-10-11  Mike BayerThe ``default`` argument of :class:`.Column` now accept...
2013-10-11  Mike BayerThe "name" attribute is set on :class:`.Index` before...
2013-10-11  ijlPostgreSQL foreign key inspection includes options
2013-10-11  Mike Bayer- The method signature of :meth:`.Dialect.reflecttable...
2013-10-09  Mike BayerA :func:`.select` that is made to refer to itself in...
2013-10-08  Mike BayerFixed bug where using an annotation such as :func:...
2013-10-08  Mike Bayer0.8 changelog
2013-10-08  Mike BayerThe erroneous kw arg "schema" has been removed from...
2013-10-08  Mike Bayer- fix a bunch of test failures
2013-10-07  Mike Bayer- add an option to Bundle single_entity=True to allow...
2013-10-07  Mike Bayer- fix a glitch with how the default thing worked out
2013-10-07  Mike Bayer- add some tests for propagate of wildcard lazyload
2013-10-07  Mike Bayer11th hour realization that Load() needs to do the _chop...
2013-10-07  Mike Bayer- merge ticket_1418 branch, [ticket:1418]
2013-10-06  Mike Bayer- fix propagation of quote flag within _gen_label(...
2013-10-04  Mike Bayerfix entity_zero resolution
2013-10-03  Mike Bayer- A new construct :class:`.Bundle` is added, which...
2013-10-01  Mike Bayer- add monetdb
2013-10-01  Mike Bayer- add support for removal of instance methods as event...
2013-09-29  Mike Bayer- put exact version string in the test
2013-09-29  Mike Bayerchangelog
2013-09-29  Mike BayerMerge branch 'master' of github.com:zzzeek/sqlalchemy
2013-09-29  mike bayerMerge pull request #26 from hackop/ticket_2819
2013-09-29  Mike Bayeradd test for upcoming pullreq
2013-09-29  Mike Bayerits a feature
2013-09-29  Mike Bayerchangelog
2013-09-29  mike bayerMerge pull request #25 from gthb/ticket_2821
2013-09-25  mike bayerMerge pull request #30 from alex/visitor-pattern
2013-09-25  Alex GaynorReplace a big loop + dict lookup in Connection.execute...
2013-09-23  Mike Bayer- Removed some now unneeded version checks [ticket...
next