]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2009-10-15  Mike Bayer- Added BigInteger to global imports
2009-10-15  Mike Bayer- setting echo=False on create_engine() now sets the...
2009-10-15  Mike Bayer- A column can be added to a joined-table declarative
2009-10-15  Mike Bayer- query.from_self(), query.union(), others which do a
2009-10-15  Mike Bayer- mapping to a select() construct now requires that you
2009-10-15  Mike Bayer- an executemany() now requires that all bound parameter
2009-10-15  Mike Bayer- DefaultRunner and subclasses have been removed. ...
2009-10-14  Mike Bayerremove instanceof() in favor of memoized flags, part...
2009-10-12  Mike Bayer- `expression.null()` is fully understood the same way
2009-10-12  Mike Bayerfix SQL output
2009-10-12  Mike Bayer- added "ddl" argument to the "on" callable of DDLEleme...
2009-10-11  Mike Bayer- RowProxy objects are now pickleable, i.e. the object...
2009-10-10  Mike Bayerexport UPPERCASE types as "from sqlalchemy.dialects...
2009-10-10  Mike Bayer- the setuptools entrypoint for external dialects is now
2009-10-10  Mike Bayer- unit test fixes
2009-10-05  Mike Bayer- the mechanics of "backref" have been fully merged...
2009-10-05  Mike Bayerchangelog re [ticket:1561]
2009-10-05  Michael TrierCorrected problem with a Trusted Connection under MSSQL...
2009-10-03  Mike Bayer- usage of the CHAR type results in cx_oracle's
2009-10-03  Lele GaifaxFix #1560 revisiting Firebird dialect docs
2009-10-02  Mike Bayer- query.options() now only propagate to loaded objects
2009-10-01  Mike Bayer- boolean, int, and float arguments count as "cache...
2009-10-01  Philip Jenveyavoid __nonzero__ on ClauseElements
2009-09-30  Mike Bayeradded a test for #1085
2009-09-30  Gaëtan de Mentenremoved obsolete code (closes #1559)
2009-09-24  Philip Jenveymerge from branches/clauseelement-nonzero
2009-09-21  Philip Jenveysmall change
2009-09-21  Mike Bayerplace the constructor level configuration within the...
2009-09-20  Mike Bayertweaks
2009-09-20  Mike Bayera picture
2009-09-20  Mike Bayerensure default dialect for these
2009-09-18  Mike Bayer- query.join() has been reworked to provide more consistent
2009-09-16  Mike Bayermerged r6357 of rel_0_5 branch
2009-09-16  Mike Bayer- contains_eager() now works with the automatically
2009-09-15  Lele GaifaxFix #1185: better way of checking already initialized...
2009-09-15  Lele GaifaxRevisited Firebird's keywords set
2009-09-12  Mike Bayer- Table objects declared in the MetaData can now be...
2009-09-12  Mike Bayer- Added an assertion that prevents a @validates function
2009-09-12  Philip Jenveyo don't need to str() Jython arrays twice
2009-09-11  Philip Jenveydon't assume dict ordering
2009-09-11  Philip Jenveytypo
2009-09-11  Philip Jenveyoracle/mssql+zxjdbc blurb
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
next