]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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
2012-09-02  Mike Bayer- fixes for mxODBC, some pyodbc
2012-09-02  Mike BayerMerged in dahlia/sqlalchemy/enterprisedb (pull request...
2012-09-02  Mike Bayerwith statement
2012-09-02  Mike Bayermerge
2012-09-02  Mike Bayer- repair type expressions for columns when we aren...
2012-09-01  Mike Bayer- get all tests within -w engine + pyodbc:mssql on...
2012-09-01  Mike Bayer - [bug] Fixed a regression since 0.6 regarding
2012-08-31  Mike Bayerskip this silly test entirely for PG
2012-08-30  Hong MinheeAdd a version test for EnterpriseDB
2012-08-30  Hong MinheeFixed wrong regex pattern -- group vendor name
2012-08-30  Hong MinheeVersion detection of EnterpriseDB (Postgres Plus(R...
2012-08-30  Mike BayerMerged in miracle2k/sqlalchemy (pull request #14)
2012-08-30  Mike Bayersome pysqlite doc tweaks
2012-08-29  Mike Bayeroops, one more
2012-08-29  Mike Bayer- skip this on oracle
2012-08-29  Mike Bayerfixes to prevent the new MyISAM engine from breaking...
2012-08-29  Michael ElsdörferAdd items(), values() methods to Properties.
2012-08-28  Mike Bayerfix some warnings
2012-08-28  Mike Bayermerge
2012-08-28  Mike Bayerforce MyISAM in here as newer MySQLs set to innodb...
2012-08-28  Mike Bayeradjust this test which passes on some psycopg2s, fails...
2012-08-27  Mike Bayer - [feature] Reworked the startswith(), endswith(),
2012-08-27  Mike Bayercall this "_proxies" since it's not really a public...
2012-08-27  Mike Bayer- [feature] declared_attr can now be used with
2012-08-27  Mike Bayer - [feature] Conflicts between columns on
2012-08-27  Mike Bayer- [feature] The "required" flag is set to
2012-08-27  Mike Bayerhybrids: illustrate correlated subquery
2012-08-27  Paul Butlerremoved outdated reference to TINYINT(1) => BOOLEAN...
2012-08-26  Mike Bayer- add "identifier", can differentiate between "name...
2012-08-26  Mike Bayer- tweak the GenericFunction constructor more so that...
2012-08-25  Mike Bayer- refine oracle returning some more to use purely...
2012-08-25  Mike Bayer- merge
2012-08-25  Mike Bayer- more oracle tweaks for returning; the method here...
2012-08-25  Mike Bayeroracle fixes...
2012-08-25  Mike Bayer- fix for pypy
2012-08-25  Mike Bayerfix 2.5 ism
2012-08-25  Mike Bayera few oracle fixes
2012-08-24  Mike Bayer- [feature] Added support for .info dictionary argument to
2012-08-24  Mike Bayerfuture for with statement
2012-08-24  Mike Bayer- correct the argument signature for GenericFunction...
2012-08-23  Mike Bayersmall tweaks to make insert() behavior more consistent...
2012-08-23  Mike Bayer - [feature] The before_cursor_execute event
2012-08-22  Mike Bayer- [bug] Fixed bug whereby usage of a UNION
2012-08-22  Mike Bayer- [bug] Fixed cextension bug whereby the
2012-08-22  Mike Bayerthis is already in an automodule...
2012-08-22  Mike Bayer - [feature] Enhanced GenericFunction and func.*
2012-08-22  Mike Bayerfixes for pg9
2012-08-20  Mike Bayer- MySQL's update does work. add some logic to compiler...
2012-08-20  Mike Bayer- [feature] The Query.update() method is now
2012-08-20  Mike Bayer- [feature] The Core oeprator system now includes
2012-08-20  Mike Bayer- [bug] Fixes to the interpretation of the
2012-08-20  Mike Bayer- expand out all the methods on insert/update/delete...
2012-08-20  Mike Bayer - [feature] The prefix_with() method is now available
2012-08-19  Mike Bayer- [bug] Lazy loads emitted within flush events
2012-08-18  Mike Bayertighten this up
2012-08-18  Mike Bayerversionadded
2012-08-18  Mike Bayer- aaaaand fix one more glitch I just thought of
2012-08-18  Mike Bayer- fix the labeled column with column_expression() issue...
2012-08-17  Mike Bayeradd a note
2012-08-17  Mike Bayer- really start making postgis example slick.
2012-08-17  Mike Bayer- [feature] To complement [ticket:2547], types
2012-08-17  Mike Bayer- modernize most of the postgis example. would like...
2012-08-17  Mike Bayerupdate the postgis example to actually work, using...
2012-08-16  Mike Bayer_adapt_expression() moves fully to _DefaultColumnCompar...
2012-08-16  Mike Bayer-we move all the invocation of "_adapt_expression"...
2012-08-16  Mike Bayer- we're going to attempt to get the type/operator syste...
2012-08-16  Mike Bayerdocs for custom ops...
2012-08-16  Mike Bayeradd a note, no autoflush with execute, [ticket:2550]
2012-08-15  Mike Bayerremove duped test
2012-08-15  Mike Bayer- [bug] Declarative can now propagate a column
2012-08-15  Mike Bayerthings should work fine without this
2012-08-15  Mike Bayer- also, this seems like a bug in any case.
2012-08-15  Mike Bayerchangelog
2012-08-15  David McNelisUpdated mysqlconnector to support client flags and...
2012-08-14  Mike Bayer- update all the visit_mod() functions with new naming...
2012-08-14  Mike Bayer- for the moment, the default comparisons don't need...
2012-08-14  Mike Bayer- fix concat() operator, tests
2012-08-13  Mike Bayer- hashable
2012-08-13  Mike Bayermerge tip.
2012-08-13  Mike Bayerdocs
2012-08-13  Mike Bayer- update engine docstrings due to move
2012-08-13  Mike Bayer- all tests pass
2012-08-13  Mike Bayermove the whole thing to TypeEngine. the feature is...
2012-08-13  Mike Bayer- develop new system of applying custom operators to...
2012-08-13  Mike Bayer- [feature] Adding/removing None from a mapped collection
2012-08-13  Mike Bayer- allow compatibility with string ops passed here from...
2012-08-13  Mike Bayer- [bug] Fixed compiler bug whereby a given
2012-08-13  Mike Bayer- [bug] Fixed bug whereby user error in related-object
2012-08-12  Mike Bayerfix profiles, no cext, somehow got ran with c ext parti...
2012-08-12  Mike Bayer- more fixes to py 3.3 tests, [ticket:2542]
2012-08-12  Mike Bayer- adjustments for py3.3 unit tests, [ticket:2542]
2012-08-11  Mike Bayer- update file text
2012-08-11  Mike Bayer- this is a refcount test
2012-08-11  Mike Bayer- add 2.5 callcounts
2012-08-11  Mike Bayer- adjustments
2012-08-11  Mike BayerOK! let's turn this around completely. Forget making...
2012-08-11  Mike Bayeradjustments
next