]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2010-03-16  Mike Bayer- The except_() method now renders as MINUS on Oracle,
2010-03-16  Mike Bayer- Fixed bug which caused "row switch" logic, that is an
2010-03-16  Mike Bayer- added test for #1737
2010-03-16  Brad Allenremoved junk pdb.set_trace()
2010-03-16  Brad AllenRemoved custom do_execute which called cursor.executedi...
2010-03-16  Mike Bayeradjust mxodbc imports to dialect level
2010-03-15  Brad Allenmerged mainline default branch
2010-03-15  Brad Allenusing executemany instead of executedirect, which passe...
2010-03-15  Mike Bayer- The visit_pool() method of Dialect is removed, and...
2010-03-15  Brad Allenwhitespace fixes to improve readability (shortened...
2010-03-14  Mike Bayerfix failing test due to sybase paramstyle
2010-03-14  Mike Bayer- name all the "sub" dialect components <DB><component...
2010-03-14  Mike Bayer- many incantations to get the tests to run reasonably
2010-03-14  Mike Bayer- initial working version of sybase, with modifications...
2010-03-14  Mike Bayerstarting to add notes for sybase
2010-03-14  Mike Bayermerge of the "database chart" diff
2010-03-14  Mike Bayer- Fixed bug in 0.6-reworked "many-to-one" optimizations
2010-03-13  Mike Bayerongoing typos
2010-03-13  Mike Bayergr and pysqlite
2010-03-13  Mike Bayerupdate link for sqlite3
2010-03-13  Mike Bayerthe big table of all the DBAPIs
2010-03-13  Mike Bayerworking dialect support into a chart
2010-03-13  Mike Bayer- further checks when running in WITH_UNICODE
2010-03-13  Mike Bayercallcount...
2010-03-13  Mike Bayerarg, oracle, bah
2010-03-13  Mike Bayerensure with_unicode flag is false for cx_oracle < 5
2010-03-13  Mike Bayermerge tip
2010-03-13  Mike Bayer- Added "logging_name" argument to create_engine()...
2010-03-13  Philip Jenveyadjust per a couple zxjdbc failures
2010-03-13  Philip Jenveyonly enable WITH_UNICODE when >= cx_Oracle v5
2010-03-13  Mike Bayer- query.get() now returns None if queried for an identifier
2010-03-13  Mike Bayermerge tip
2010-03-13  Mike Bayerfix the timeout test once and for all
2010-03-13  Philip Jenveytweak to take advantage of returning support in executemany
2010-03-13  Philip Jenveydisable interval tests on oracle+zxjdbc for now, and...
2010-03-13  Philip Jenveyfix extending of a tuple
2010-03-13  Mike Bayermove the initial connect out of the profile zone so...
2010-03-12  Mike Bayerfurther refinement
2010-03-12  Mike Bayermerging master...
2010-03-12  Mike Bayerconsolidate unicode/CLOB handling
2010-03-12  Mike Bayeradjust to allow mock DBAPIs
2010-03-12  Mike Bayeroursql doesn't like the cursor being reused without...
2010-03-12  Mike Bayermerge from oracle WITH_UNICODE branch
2010-03-12  Mike Bayer- Added preliminary support for Oracle's WITH_UNICODE
2010-03-12  Brad AllenMerged latest changes from the mainline (default branch)
2010-03-12  Philip Jenveythese pass on +zxjdbc, seemingly because it lacks a...
2010-03-12  Mike Bayer- introduce an optimizing type _NativeUnicodeMixin...
2010-03-12  Mike Bayerthink I came across a syntactical weirdism there
2010-03-12  Mike Bayerrefine that a bit
2010-03-12  Mike Bayeradding windows-appropriate levels of pain to unicode...
2010-03-12  Mike Bayermerge tds changes
2010-03-12  Mike Bayeradd a third state to converts_unicode_strings - "condit...
2010-03-12  Mike BayerAdded a non-freetds specific exclusion for pyodbc
2010-03-11  Mike Bayerformatting
2010-03-11  Mike Bayer- query.scalar() now raises an exception if more than one
2010-03-11  Mike Bayer- Calling query.order_by() or query.distinct() before...
2010-03-11  Brad AllenAdded decorators to suppress unwanted warning messages...
2010-03-11  Brad AllenNow using pyodbc execution context once again (to pass...
2010-03-11  Brad Allencomments explaining temporary hack for using executedirect
2010-03-11  Brad AllenConverted mxODBC's raised Warning exceptions into norma...
2010-03-11  Mike Bayerthis resolves the returning failures from #1733
2010-03-11  Mike Bayerre-enable these tests
2010-03-11  Mike Bayeradded better typing for integer expressions, since...
2010-03-11  Mike Bayerforce an oracle test to pass. this is as usual an...
2010-03-11  Mike Bayerthese fail for unknown reasons. Seems to be potentiall...
2010-03-11  Mike Bayerfix this test for oracle so all types return datetime...
2010-03-11  Mike Bayerthis test requires a length for the varchar in mysql...
2010-03-11  Mike Bayer- fix the sqlalchemy.test.schema.Column function to...
2010-03-11  Mike Bayermerged default tip
2010-03-11  Mike Bayeradd autoincrement flags to decls
2010-03-11  Mike Bayer- the copy() method of Column now copies over uninitialized
2010-03-11  Mike Bayer- mark tests unsupported by sqlite unsupported by oracl...
2010-03-11  Mike Bayer- fixed internal error which would occur if calling...
2010-03-11  Brad Allenmerged latest commits from default branch on server
2010-03-11  Mike Bayer- Oracle 'DATE' now does not perform any result processing,
2010-03-10  Mike Bayer- emphasized query.join() in ORM tutorial as per [ticke...
2010-03-09  Mike Bayerfixed up docs for execution_options() across all three...
2010-03-09  Mike Bayer- moved the logic within _BindParamClause which decides...
2010-03-09  Mike Bayermeaningless change
2010-03-09  Mike Bayerbase tests pass
2010-03-09  Mike Bayeralmost there, some tests failing still.
2010-03-09  Brad AllenImproved the docstring of test_fetchid_trigger
2010-03-09  Mike Bayermerge latest tip. practicing on mercurial.
2010-03-09  Mike Bayerstill thinking about stuff here
2010-03-09  Brad AllenAdded docstring & comments explaining test_fetchid_trigger
2010-03-08  Mike Bayerworking on getting operators/left hand type awareness...
2010-03-08  Brad AllenTemporary kludge to fix InterfaceError, in places where...
2010-03-08  Philip Jenveyfix last commit
2010-03-08  Philip Jenveysmall cleanup
2010-03-08  Brad AllenRemoved pyodbc execution context, because output insert...
2010-03-08  Gaëtan de MentenRemove isnew argument from row_processors. It wasn...
2010-03-08  Brad Allendistutils choked on the trailing slash on the lib direc...
2010-03-08  Mike Bayerthe mercurial extension seems to not work in py3k and...
2010-03-08  Mike Bayeruse setuptools_hg to auto-discover the same way we...
2010-03-07  Gaëtan de Menten- plug a minor ORM speed hit in Events (**kwargs).
2010-03-07  Michael TrierCleaned up some long lines to test the commit hooks.
2010-03-07  Mike Bayer- cleanup some long lines. (test hg commit hook)
2010-03-06  convert-repoupdate tags
2010-03-05  Mike Bayeruse a flag to build cextensions (thanks again to Genshi...
2010-03-05  Mike Bayertypo
next