]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2009-09-11  Philip Jenveyclose cursors: mostly fetchone -> first
2009-09-11  Philip Jenveyupdate per new Binary str handling
2009-09-11  Mike Bayerall about DDL events
2009-09-11  Philip Jenveymssql+zxjdbc support
2009-09-10  Mike Bayerdocs
2009-09-09  Mike Bayermove foreign keys stuff into the constraints section
2009-09-09  Mike Bayeredits plus redid "sequences".
2009-09-09  Mike Bayerfix update examples for [ticket:1533]
2009-09-09  Philip Jenveyfix the new Binary str handling under Jython
2009-09-05  Mike Bayer- the Binary type now returns data as a Python string
2009-09-03  Mike Bayer- distill contextual parameters for the purpose of...
2009-09-02  Mike Bayermysql doesn't like the 0's. not sure why but its not...
2009-09-02  Philip Jenveyadd a length for mysql
2009-09-01  Mike Bayer- Fixed bug which prevented two entities from mutually
2009-09-01  Mike Bayer- Fixed bug which disallowed one side of a many-to...
2009-09-01  Mike Bayer- A column can be added to a joined-table subclass...
2009-09-01  Mike Bayer- Fixed the error message for "could not find a FROM...
2009-08-31  Mike Bayerdoh
2009-08-31  Mike Bayer- Fixed incorrect exception raise in
2009-08-31  Mike Bayer- Fixed recursion issue which occured if a mapped object's
2009-08-31  Mike Bayer- the allow_null_pks flag on mapper() is deprecated...
2009-08-31  Mike Bayer- Inserting NULL into a primary key + foreign key column
2009-08-31  Gaëtan de MentenRemove NCLOB from types.__all__, since it's not defined...
2009-08-30  Philip Jenveyrename jdbc suffix to zxjdbc, add ReturningParam.__ne__
2009-08-29  Philip Jenveyassert -> eq_
2009-08-29  Philip Jenveyassert -> eq_
2009-08-28  Mike Bayerfix, comes back funky on PG reflection
2009-08-28  Mike Bayer- Fixed an obscure issue whereby a joined-table subclass
2009-08-28  Mike Bayer- Fixed column.copy() to copy defaults and onupdates.
2009-08-28  Philip Jenveyfix port specification
2009-08-26  Mike Bayeruse *args with log.debug()/log.info(), [ticket:1520]
2009-08-26  Philip Jenveycorrect the create_engine url
2009-08-25  Mike Bayerdoc fixes
2009-08-21  Philip Jenveyinstance_dict may be modified before the GC triggers...
2009-08-20  Mike Bayerget mysql+pyodbc connections to work again
2009-08-18  Philip Jenveythis workaround isn't necessary
2009-08-18  Philip Jenveyfix oracle+zxjdbc asdecimal conversions
2009-08-18  Philip Jenveyoracle+zxjdbc returning support
2009-08-18  Philip Jenveyalways visit returning clauses in the right order for...
2009-08-14  Mike Bayerdont see the need to re-call post_configure inside...
2009-08-14  Mike Bayeradd a really contrived test that tests the _already_com...
2009-08-14  Philip Jenveylower call counts for 2.4, hurray
2009-08-14  Philip Jenveydon't use the deprecated driver name
2009-08-11  Lele GaifaxReplace HTML entities with reST markup
2009-08-11  Philip Jenveymove postgresql's % escape handling out of base
2009-08-11  Philip Jenveyo default Connector/J's characterEncoding=UTF-8 for...
2009-08-10  Mike Bayersome doc work
2009-08-10  Mike Bayer0.6
2009-08-10  Mike Bayer- simplify MySQLIdentifierPreparer into standard pattern,
2009-08-09  Mike Bayer- the Oracle dialect now features NUMBER which intends
2009-08-09  Mike Bayer- PG: somewhat better support for % signs in table...
2009-08-09  Mike Bayerclose out py3k + pg8000 bugs that are fixable for now...
2009-08-09  Mike Bayerpython3k fixes
2009-08-09  Philip Jenveypull from identity_map atomically to avoid a race with...
2009-08-09  Philip Jenveyo oracle+zxjdbc type handling additions
2009-08-08  Mike Bayermerge 06CHANGES into CHANGES and add more stuff
2009-08-08  Mike Bayer- added **kw to ClauseElement.compare(), so that we...
2009-08-08  Mike Bayerclean up the way we detect MSSQL's form of RETURNING
2009-08-08  Mike Bayerunwrapped _get_colparams a bit, dropped out an isinstan...
2009-08-08  Mike Bayerfix up oracle tests, returning is on by default
2009-08-08  Mike Bayer- turned on auto-returning for oracle, some errors
2009-08-08  Philip Jenveyensure order of larger comparisons
2009-08-07  Mike Bayerdocumentation updates
2009-08-07  Mike Bayer- renamed PASSIVE_NORESULT to PASSIVE_NO_RESULT
2009-08-07  Lele GaifaxFix #1451: take into account the actual coding system...
2009-08-07  Lele GaifaxFix #1429: take into account possible spurious spaces...
2009-08-07  Lele GaifaxM-x whitespace-cleanup
2009-08-06  Mike Bayerfix some profiles for 2.4
2009-08-06  Mike Bayerfix non2.4 gremlin
2009-08-06  Mike Bayerdont need this anymore
2009-08-06  Mike Bayermerge 0.6 series to trunk.
2009-08-06  Mike Bayerdisabled examples test pending necesary repairs
2009-08-02  Mike Bayer- UPDATE and DELETE do not support ORDER BY, LIMIT...
2009-08-02  Mike Bayer- Simplified the sweep of instrumentation in strategies...
2009-07-31  Mike Bayerbackported 0.6 r6084 fix for oracle alias names, [ticke...
2009-07-29  Philip Jenveyfix broken orm debug logging
2009-07-28  Mike Bayermerged [ticket:1486] fix from 0.6
2009-07-28  Michael TrierReverted my screw up of setup.cfg
2009-07-28  Michael TrierCorrected examples tests. I was running from ./test...
2009-07-27  Michael TrierAdded in Examples into the test suite so they get exerc...
2009-07-26  Michael TrierCorrected annoying deprecation warning on 2.6+ related...
2009-07-26  Michael TrierCorrected problem with binary test on mssql. Still...
2009-07-26  Mike Bayer- Squeezed a few more unnecessary "lazy loads" out of
2009-07-25  Mike Bayer- Fixed bug in Table and Column whereby passing empty
2009-07-25  Mike Bayer- Fixed bug whereby a load/refresh of joined table
2009-07-25  Mike Bayer- Declarative will raise an informative exception if
2009-07-25  Mike Bayer- fixed the test for FalseDiscriminator to use Boolean...
2009-07-25  Mike Bayer- Using False or 0 as a polymorphic discriminator now
2009-07-25  Mike Bayer- Unary expressions such as DISTINCT propagate their
2009-07-25  Mike Bayer- Improved error message when query() is called with
2009-07-25  Mike Bayerbeefed up documentation for count(), [ticket:1465]
2009-07-25  Mike Bayer- The collection proxies produced by associationproxy...
2009-07-24  Lele GaifaxFix small typos in docstring
2009-07-22  Mike Bayerensure "rowswitch" for isdelete is supported
2009-07-21  Mike Bayer- relations() now have greater ability to be "overridden",
2009-07-21  Mike Bayer- Fixed bug whereby inheritance discriminator part...
2009-07-17  Mike Bayer- Fixed a bug in extract() introduced in 0.5.4 whereby
2009-07-16  Jason KirtlandGuard against a gc hitting during the sweep for dirty...
2009-07-13  Mike Bayerbeefed up the description of dialects
2009-07-13  Mike Bayerchanged reference to PostgreSQL in docs. rel_0_5_5
next