| 2009-10-15 |
Mike Bayer | - Added BigInteger to global imports |
commit | commitdiff | tree | snapshot |
| 2009-10-15 |
Mike Bayer | - setting echo=False on create_engine() now sets the... |
commit | commitdiff | tree | snapshot |
| 2009-10-15 |
Mike Bayer | - A column can be added to a joined-table declarative |
commit | commitdiff | tree | snapshot |
| 2009-10-15 |
Mike Bayer | - query.from_self(), query.union(), others which do a |
commit | commitdiff | tree | snapshot |
| 2009-10-15 |
Mike Bayer | - mapping to a select() construct now requires that you |
commit | commitdiff | tree | snapshot |
| 2009-10-15 |
Mike Bayer | - an executemany() now requires that all bound parameter |
commit | commitdiff | tree | snapshot |
| 2009-10-15 |
Mike Bayer | - DefaultRunner and subclasses have been removed. ... |
commit | commitdiff | tree | snapshot |
| 2009-10-14 |
Mike Bayer | remove instanceof() in favor of memoized flags, part... |
commit | commitdiff | tree | snapshot |
| 2009-10-12 |
Mike Bayer | - `expression.null()` is fully understood the same way |
commit | commitdiff | tree | snapshot |
| 2009-10-12 |
Mike Bayer | fix SQL output |
commit | commitdiff | tree | snapshot |
| 2009-10-12 |
Mike Bayer | - added "ddl" argument to the "on" callable of DDLEleme... |
commit | commitdiff | tree | snapshot |
| 2009-10-11 |
Mike Bayer | - RowProxy objects are now pickleable, i.e. the object... |
commit | commitdiff | tree | snapshot |
| 2009-10-10 |
Mike Bayer | export UPPERCASE types as "from sqlalchemy.dialects... |
commit | commitdiff | tree | snapshot |
| 2009-10-10 |
Mike Bayer | - the setuptools entrypoint for external dialects is now |
commit | commitdiff | tree | snapshot |
| 2009-10-10 |
Mike Bayer | - unit test fixes |
commit | commitdiff | tree | snapshot |
| 2009-10-05 |
Mike Bayer | - the mechanics of "backref" have been fully merged... |
commit | commitdiff | tree | snapshot |
| 2009-10-05 |
Mike Bayer | changelog re [ticket:1561] |
commit | commitdiff | tree | snapshot |
| 2009-10-05 |
Michael Trier | Corrected problem with a Trusted Connection under MSSQL... |
commit | commitdiff | tree | snapshot |
| 2009-10-03 |
Mike Bayer | - usage of the CHAR type results in cx_oracle's |
commit | commitdiff | tree | snapshot |
| 2009-10-03 |
Lele Gaifax | Fix #1560 revisiting Firebird dialect docs |
commit | commitdiff | tree | snapshot |
| 2009-10-02 |
Mike Bayer | - query.options() now only propagate to loaded objects |
commit | commitdiff | tree | snapshot |
| 2009-10-01 |
Mike Bayer | - boolean, int, and float arguments count as "cache... |
commit | commitdiff | tree | snapshot |
| 2009-10-01 |
Philip Jenvey | avoid __nonzero__ on ClauseElements |
commit | commitdiff | tree | snapshot |
| 2009-09-30 |
Mike Bayer | added a test for #1085 |
commit | commitdiff | tree | snapshot |
| 2009-09-30 |
Gaëtan de Menten | removed obsolete code (closes #1559) |
commit | commitdiff | tree | snapshot |
| 2009-09-24 |
Philip Jenvey | merge from branches/clauseelement-nonzero |
commit | commitdiff | tree | snapshot |
| 2009-09-21 |
Philip Jenvey | small change |
commit | commitdiff | tree | snapshot |
| 2009-09-21 |
Mike Bayer | place the constructor level configuration within the... |
commit | commitdiff | tree | snapshot |
| 2009-09-20 |
Mike Bayer | tweaks |
commit | commitdiff | tree | snapshot |
| 2009-09-20 |
Mike Bayer | a picture |
commit | commitdiff | tree | snapshot |
| 2009-09-20 |
Mike Bayer | ensure default dialect for these |
commit | commitdiff | tree | snapshot |
| 2009-09-18 |
Mike Bayer | - query.join() has been reworked to provide more consistent |
commit | commitdiff | tree | snapshot |
| 2009-09-16 |
Mike Bayer | merged r6357 of rel_0_5 branch |
commit | commitdiff | tree | snapshot |
| 2009-09-16 |
Mike Bayer | - contains_eager() now works with the automatically |
commit | commitdiff | tree | snapshot |
| 2009-09-15 |
Lele Gaifax | Fix #1185: better way of checking already initialized... |
commit | commitdiff | tree | snapshot |
| 2009-09-15 |
Lele Gaifax | Revisited Firebird's keywords set |
commit | commitdiff | tree | snapshot |
| 2009-09-12 |
Mike Bayer | - Table objects declared in the MetaData can now be... |
commit | commitdiff | tree | snapshot |
| 2009-09-12 |
Mike Bayer | - Added an assertion that prevents a @validates function |
commit | commitdiff | tree | snapshot |
| 2009-09-12 |
Philip Jenvey | o don't need to str() Jython arrays twice |
commit | commitdiff | tree | snapshot |
| 2009-09-11 |
Philip Jenvey | don't assume dict ordering |
commit | commitdiff | tree | snapshot |
| 2009-09-11 |
Philip Jenvey | typo |
commit | commitdiff | tree | snapshot |
| 2009-09-11 |
Philip Jenvey | oracle/mssql+zxjdbc blurb |
commit | commitdiff | tree | snapshot |
| 2009-09-11 |
Philip Jenvey | close cursors: mostly fetchone -> first |
commit | commitdiff | tree | snapshot |
| 2009-09-11 |
Philip Jenvey | update per new Binary str handling |
commit | commitdiff | tree | snapshot |
| 2009-09-11 |
Mike Bayer | all about DDL events |
commit | commitdiff | tree | snapshot |
| 2009-09-11 |
Philip Jenvey | mssql+zxjdbc support |
commit | commitdiff | tree | snapshot |
| 2009-09-10 |
Mike Bayer | docs |
commit | commitdiff | tree | snapshot |
| 2009-09-09 |
Mike Bayer | move foreign keys stuff into the constraints section |
commit | commitdiff | tree | snapshot |
| 2009-09-09 |
Mike Bayer | edits plus redid "sequences". |
commit | commitdiff | tree | snapshot |
| 2009-09-09 |
Mike Bayer | fix update examples for [ticket:1533] |
commit | commitdiff | tree | snapshot |
| 2009-09-09 |
Philip Jenvey | fix the new Binary str handling under Jython |
commit | commitdiff | tree | snapshot |
| 2009-09-05 |
Mike Bayer | - the Binary type now returns data as a Python string |
commit | commitdiff | tree | snapshot |
| 2009-09-03 |
Mike Bayer | - distill contextual parameters for the purpose of... |
commit | commitdiff | tree | snapshot |
| 2009-09-02 |
Mike Bayer | mysql doesn't like the 0's. not sure why but its not... |
commit | commitdiff | tree | snapshot |
| 2009-09-02 |
Philip Jenvey | add a length for mysql |
commit | commitdiff | tree | snapshot |
| 2009-09-01 |
Mike Bayer | - Fixed bug which prevented two entities from mutually |
commit | commitdiff | tree | snapshot |
| 2009-09-01 |
Mike Bayer | - Fixed bug which disallowed one side of a many-to... |
commit | commitdiff | tree | snapshot |
| 2009-09-01 |
Mike Bayer | - A column can be added to a joined-table subclass... |
commit | commitdiff | tree | snapshot |
| 2009-09-01 |
Mike Bayer | - Fixed the error message for "could not find a FROM... |
commit | commitdiff | tree | snapshot |
| 2009-08-31 |
Mike Bayer | doh |
commit | commitdiff | tree | snapshot |
| 2009-08-31 |
Mike Bayer | - Fixed incorrect exception raise in |
commit | commitdiff | tree | snapshot |
| 2009-08-31 |
Mike Bayer | - Fixed recursion issue which occured if a mapped object's |
commit | commitdiff | tree | snapshot |
| 2009-08-31 |
Mike Bayer | - the allow_null_pks flag on mapper() is deprecated... |
commit | commitdiff | tree | snapshot |
| 2009-08-31 |
Mike Bayer | - Inserting NULL into a primary key + foreign key column |
commit | commitdiff | tree | snapshot |
| 2009-08-31 |
Gaëtan de Menten | Remove NCLOB from types.__all__, since it's not defined... |
commit | commitdiff | tree | snapshot |
| 2009-08-30 |
Philip Jenvey | rename jdbc suffix to zxjdbc, add ReturningParam.__ne__ |
commit | commitdiff | tree | snapshot |
| 2009-08-29 |
Philip Jenvey | assert -> eq_ |
commit | commitdiff | tree | snapshot |
| 2009-08-29 |
Philip Jenvey | assert -> eq_ |
commit | commitdiff | tree | snapshot |
| 2009-08-28 |
Mike Bayer | fix, comes back funky on PG reflection |
commit | commitdiff | tree | snapshot |
| 2009-08-28 |
Mike Bayer | - Fixed an obscure issue whereby a joined-table subclass |
commit | commitdiff | tree | snapshot |
| 2009-08-28 |
Mike Bayer | - Fixed column.copy() to copy defaults and onupdates. |
commit | commitdiff | tree | snapshot |
| 2009-08-28 |
Philip Jenvey | fix port specification |
commit | commitdiff | tree | snapshot |
| 2009-08-26 |
Mike Bayer | use *args with log.debug()/log.info(), [ticket:1520] |
commit | commitdiff | tree | snapshot |
| 2009-08-26 |
Philip Jenvey | correct the create_engine url |
commit | commitdiff | tree | snapshot |
| 2009-08-25 |
Mike Bayer | doc fixes |
commit | commitdiff | tree | snapshot |
| 2009-08-21 |
Philip Jenvey | instance_dict may be modified before the GC triggers... |
commit | commitdiff | tree | snapshot |
| 2009-08-20 |
Mike Bayer | get mysql+pyodbc connections to work again |
commit | commitdiff | tree | snapshot |
| 2009-08-18 |
Philip Jenvey | this workaround isn't necessary |
commit | commitdiff | tree | snapshot |
| 2009-08-18 |
Philip Jenvey | fix oracle+zxjdbc asdecimal conversions |
commit | commitdiff | tree | snapshot |
| 2009-08-18 |
Philip Jenvey | oracle+zxjdbc returning support |
commit | commitdiff | tree | snapshot |
| 2009-08-18 |
Philip Jenvey | always visit returning clauses in the right order for... |
commit | commitdiff | tree | snapshot |
| 2009-08-14 |
Mike Bayer | dont see the need to re-call post_configure inside... |
commit | commitdiff | tree | snapshot |
| 2009-08-14 |
Mike Bayer | add a really contrived test that tests the _already_com... |
commit | commitdiff | tree | snapshot |
| 2009-08-14 |
Philip Jenvey | lower call counts for 2.4, hurray |
commit | commitdiff | tree | snapshot |
| 2009-08-14 |
Philip Jenvey | don't use the deprecated driver name |
commit | commitdiff | tree | snapshot |
| 2009-08-11 |
Lele Gaifax | Replace HTML entities with reST markup |
commit | commitdiff | tree | snapshot |
| 2009-08-11 |
Philip Jenvey | move postgresql's % escape handling out of base |
commit | commitdiff | tree | snapshot |
| 2009-08-11 |
Philip Jenvey | o default Connector/J's characterEncoding=UTF-8 for... |
commit | commitdiff | tree | snapshot |
| 2009-08-10 |
Mike Bayer | some doc work |
commit | commitdiff | tree | snapshot |
| 2009-08-10 |
Mike Bayer | 0.6 |
commit | commitdiff | tree | snapshot |
| 2009-08-10 |
Mike Bayer | - simplify MySQLIdentifierPreparer into standard pattern, |
commit | commitdiff | tree | snapshot |
| 2009-08-09 |
Mike Bayer | - the Oracle dialect now features NUMBER which intends |
commit | commitdiff | tree | snapshot |
| 2009-08-09 |
Mike Bayer | - PG: somewhat better support for % signs in table... |
commit | commitdiff | tree | snapshot |
| 2009-08-09 |
Mike Bayer | close out py3k + pg8000 bugs that are fixable for now... |
commit | commitdiff | tree | snapshot |
| 2009-08-09 |
Mike Bayer | python3k fixes |
commit | commitdiff | tree | snapshot |
| 2009-08-09 |
Philip Jenvey | pull from identity_map atomically to avoid a race with... |
commit | commitdiff | tree | snapshot |
| 2009-08-09 |
Philip Jenvey | o oracle+zxjdbc type handling additions |
commit | commitdiff | tree | snapshot |
| 2009-08-08 |
Mike Bayer | merge 06CHANGES into CHANGES and add more stuff |
commit | commitdiff | tree | snapshot |
| 2009-08-08 |
Mike Bayer | - added **kw to ClauseElement.compare(), so that we... |
commit | commitdiff | tree | snapshot |
| 2009-08-08 |
Mike Bayer | clean up the way we detect MSSQL's form of RETURNING |
commit | commitdiff | tree | snapshot |
| next |