| 2013-08-18 |
Mike Bayer | - add better notes to query.update(), most notably... |
commit | commitdiff | tree | snapshot |
| 2013-08-18 |
Mike Bayer | Fixed regression dating back to 0.7.9 whereby the name... |
commit | commitdiff | tree | snapshot |
| 2013-08-17 |
Mike Bayer | 0.8 changelog |
commit | commitdiff | tree | snapshot |
| 2013-08-17 |
Mike Bayer | - changelog |
commit | commitdiff | tree | snapshot |
| 2013-08-17 |
Mike Bayer | Merged in prschmid/sqlalchemy (pull request #4) |
commit | commitdiff | tree | snapshot |
| 2013-08-17 |
Mike Bayer | Merged in bacher09/sqlalchemy (pull request #5) |
commit | commitdiff | tree | snapshot |
| 2013-08-12 |
Mike Bayer | add some more detail about concurrency |
commit | commitdiff | tree | snapshot |
| 2013-08-12 |
Mike Bayer | - more "when do i create the session" docs, get specific |
commit | commitdiff | tree | snapshot |
| 2013-08-11 |
Mike Bayer | add more docs to index, even though this seems to be... |
commit | commitdiff | tree | snapshot |
| 2013-08-08 |
mike bayer | Merge pull request #21 from svrin/patch-1 |
commit | commitdiff | tree | snapshot |
| 2013-08-07 |
Mike Bayer | - The :meth:`.Operators.notin_` operator added in 0... |
commit | commitdiff | tree | snapshot |
| 2013-08-01 |
Mike Bayer | Updates to MySQL reserved words for versions 5.5, 5... |
commit | commitdiff | tree | snapshot |
| 2013-07-31 |
Mike Bayer | - update ORM event docs to include that you can listen... |
commit | commitdiff | tree | snapshot |
| 2013-07-31 |
Mike Bayer | fix cahngelog |
commit | commitdiff | tree | snapshot |
| 2013-07-31 |
Mike Bayer | - Fixed bug in common table expression system where... |
commit | commitdiff | tree | snapshot |
| 2013-07-27 |
Mike Bayer | fix py26 flag |
commit | commitdiff | tree | snapshot |
| 2013-07-27 |
Mike Bayer | try seeing if just clearing this ahead of time helps |
commit | commitdiff | tree | snapshot |
| 2013-07-27 |
Mike Bayer | exclude python2.5 on this also |
commit | commitdiff | tree | snapshot |
| 2013-07-20 |
Mike Bayer | tpo |
commit | commitdiff | tree | snapshot |
| 2013-07-20 |
Mike Bayer | - Improved the examples in ``examples/generic_associati... |
commit | commitdiff | tree | snapshot |
| 2013-07-19 |
mike bayer | Merge pull request #18 from davidjb/patch-1 |
commit | commitdiff | tree | snapshot |
| 2013-07-19 |
Mike Bayer | Fixed bug in ORM-level event registration where the... |
commit | commitdiff | tree | snapshot |
| 2013-07-17 |
Mike Bayer | Fixed bug in :class:`.CheckConstraint` DDL where the... |
commit | commitdiff | tree | snapshot |
| 2013-07-14 |
mike bayer | Merge pull request #17 from iElectric/docs/wording_yiel... |
commit | commitdiff | tree | snapshot |
| 2013-07-13 |
Mike Bayer | further tweaking |
commit | commitdiff | tree | snapshot |
| 2013-07-13 |
Mike Bayer | fix the scoping here |
commit | commitdiff | tree | snapshot |
| 2013-07-13 |
Mike Bayer | callcounts |
commit | commitdiff | tree | snapshot |
| 2013-07-13 |
Mike Bayer | A performance fix related to the usage of the :func... |
commit | commitdiff | tree | snapshot |
| 2013-07-13 |
Mike Bayer | doc fix |
commit | commitdiff | tree | snapshot |
| 2013-07-13 |
Mike Bayer | The newly added SQLite DATETIME arguments storage_forma... |
commit | commitdiff | tree | snapshot |
| 2013-07-12 |
Mike Bayer | - use inline=True for the insert..select here so it... |
commit | commitdiff | tree | snapshot |
| 2013-07-12 |
Mike Bayer | CSS tweaks to support version styling in the latest... |
commit | commitdiff | tree | snapshot |
| 2013-07-12 |
Mike Bayer | fix missing import here |
commit | commitdiff | tree | snapshot |
| 2013-07-12 |
Mike Bayer | Fixed bug where the expression system relied upon the... |
commit | commitdiff | tree | snapshot |
| 2013-07-12 |
Mike Bayer | don't split the regexps for chop_traceback() |
commit | commitdiff | tree | snapshot |
| 2013-07-11 |
Mike Bayer | Dialect.initialize() is not called a second time if... |
commit | commitdiff | tree | snapshot |
| 2013-07-07 |
Mike Bayer | remove undoc-members from query docstring [ticket:2774] |
commit | commitdiff | tree | snapshot |
| 2013-07-06 |
Mike Bayer | use "target tables" here |
commit | commitdiff | tree | snapshot |
| 2013-07-05 |
Mike Bayer | - Added new method to the :func:`.insert` construct |
commit | commitdiff | tree | snapshot |
| 2013-07-05 |
Mike Bayer | callcount |
commit | commitdiff | tree | snapshot |
| 2013-07-05 |
Mike Bayer | Fixed bug whereby attribute history functions would... |
commit | commitdiff | tree | snapshot |
| 2013-07-04 |
Mike Bayer | - take advantage of 0.9's pool redesign a bit, adding |
commit | commitdiff | tree | snapshot |
| 2013-07-03 |
Mike Bayer | 0.8.2 rel_0_8_2 |
commit | commitdiff | tree | snapshot |
| 2013-07-03 |
Mike Bayer | dont need this |
commit | commitdiff | tree | snapshot |
| 2013-07-03 |
Mike Bayer | make this rule automatic based on coverage plugin |
commit | commitdiff | tree | snapshot |
| 2013-07-03 |
Mike Bayer | mark the tests that seem to be segfauling py3k+coverage... |
commit | commitdiff | tree | snapshot |
| 2013-07-03 |
Mike Bayer | for this test, apparently we don't handle sets as unord... |
commit | commitdiff | tree | snapshot |
| 2013-07-02 |
Mike Bayer | - clean up some of the requires for cross-schema reflection |
commit | commitdiff | tree | snapshot |
| 2013-07-02 |
Mike Bayer | genericize tests here |
commit | commitdiff | tree | snapshot |
| 2013-07-02 |
Mike Bayer | Fixed bug when using multi-table UPDATE where a supplem... |
commit | commitdiff | tree | snapshot |
| 2013-07-02 |
Mike Bayer | Added :class:`.BIGINT` to the list of type names that... |
commit | commitdiff | tree | snapshot |
| 2013-07-02 |
Mike Bayer | ORM descriptors such as hybrid properties can now be... |
commit | commitdiff | tree | snapshot |
| 2013-07-01 |
Mike Bayer | fix python 2.5isms |
commit | commitdiff | tree | snapshot |
| 2013-07-01 |
Mike Bayer | fix a missing stringio import |
commit | commitdiff | tree | snapshot |
| 2013-07-01 |
Mike Bayer | fix syntax screwup |
commit | commitdiff | tree | snapshot |
| 2013-06-30 |
Mike Bayer | Added new flag ``retaining=False`` to the kinterbasdb... |
commit | commitdiff | tree | snapshot |
| 2013-06-30 |
Mike Bayer | - replace most explicitly-named test objects called... |
commit | commitdiff | tree | snapshot |
| 2013-06-30 |
Mike Bayer | - additional fix for [ticket:2750] where on an update... |
commit | commitdiff | tree | snapshot |
| 2013-06-30 |
Mike Bayer | add better tests for [ticket:2750] |
commit | commitdiff | tree | snapshot |
| 2013-06-30 |
Mike Bayer | A warning is emitted when trying to flush an object... |
commit | commitdiff | tree | snapshot |
| 2013-06-29 |
Mike Bayer | tweak the timings here to maximize chance of test success |
commit | commitdiff | tree | snapshot |
| 2013-06-29 |
Mike Bayer | set UTC timezone on the connection here so we can get... |
commit | commitdiff | tree | snapshot |
| 2013-06-29 |
Mike Bayer | fix 2.5 syntaxes |
commit | commitdiff | tree | snapshot |
| 2013-06-29 |
Mike Bayer | The behavior of :func:`.extract` has been simplified... |
commit | commitdiff | tree | snapshot |
| 2013-06-29 |
Mike Bayer | refactor test suites for postgresql, mssql, mysql into... |
commit | commitdiff | tree | snapshot |
| 2013-06-29 |
Mike Bayer | improve the close handling here so that we don't double... |
commit | commitdiff | tree | snapshot |
| 2013-06-28 |
Mike Bayer | Type lookup when reflecting the Firebird types LONG and |
commit | commitdiff | tree | snapshot |
| 2013-06-28 |
Mike Bayer | Fixed bug in HSTORE type where keys/values that contained |
commit | commitdiff | tree | snapshot |
| 2013-06-26 |
Mike Bayer | add an ORDER BY here |
commit | commitdiff | tree | snapshot |
| 2013-06-26 |
Mike Bayer | - rework of correlation, continuing on #2668, #2746 |
commit | commitdiff | tree | snapshot |
| 2013-06-26 |
Mike Bayer | need the defaultdict import here |
commit | commitdiff | tree | snapshot |
| 2013-06-26 |
Mike Bayer | changelog |
commit | commitdiff | tree | snapshot |
| 2013-06-26 |
mike bayer | Merge pull request #13 from malor/fix_indexes_reflection |
commit | commitdiff | tree | snapshot |
| 2013-06-26 |
mike bayer | Merge pull request #12 from cjw296/master |
commit | commitdiff | tree | snapshot |
| 2013-06-23 |
Mike Bayer | 0.8 changelog |
commit | commitdiff | tree | snapshot |
| 2013-06-23 |
Mike Bayer | Merge branch 'master' of https://github.com/asldevi... |
commit | commitdiff | tree | snapshot |
| 2013-06-23 |
Mike Bayer | 2.5ism |
commit | commitdiff | tree | snapshot |
| 2013-06-22 |
Mike Bayer | Provided a new attribute for :class:`.TypeDecorator` |
commit | commitdiff | tree | snapshot |
| 2013-06-22 |
Mike Bayer | versionadds |
commit | commitdiff | tree | snapshot |
| 2013-06-22 |
Mike Bayer | - 0.8 changelog |
commit | commitdiff | tree | snapshot |
| 2013-06-22 |
mike bayer | Merge pull request #5 from cjw296/pg-ranges |
commit | commitdiff | tree | snapshot |
| 2013-06-18 |
Mike Bayer | Merged in goodscloud/sqlalchemy (pull request #3) |
commit | commitdiff | tree | snapshot |
| 2013-06-18 |
Mike Bayer | fix up the isolation level docs which were a mess |
commit | commitdiff | tree | snapshot |
| 2013-06-17 |
Mike Bayer | changelog for 0.8 |
commit | commitdiff | tree | snapshot |
| 2013-06-17 |
Mike Bayer | Merged in goodscloud/sqlalchemy (pull request #2) |
commit | commitdiff | tree | snapshot |
| 2013-06-16 |
Mike Bayer | - changelog |
commit | commitdiff | tree | snapshot |
| 2013-06-16 |
mike bayer | Merge pull request #7 from malor/psycopg2_execution_options |
commit | commitdiff | tree | snapshot |
| 2013-06-15 |
Mike Bayer | fix tests here for 0.8 |
commit | commitdiff | tree | snapshot |
| 2013-06-15 |
Mike Bayer | Fixed bug in polymorphic SQL generation where multiple... |
commit | commitdiff | tree | snapshot |
| 2013-06-14 |
Mike Bayer | - skip this test for py3k. serializer kind of a bust |
commit | commitdiff | tree | snapshot |
| 2013-06-10 |
Mike Bayer | changelog |
commit | commitdiff | tree | snapshot |
| 2013-06-10 |
mike bayer | Merge pull request #6 from eevee/propagate-reset-on... |
commit | commitdiff | tree | snapshot |
| 2013-06-10 |
Mike Bayer | Fixed bug where sending a composite attribute into... |
commit | commitdiff | tree | snapshot |
| 2013-06-10 |
Mike Bayer | Fixed the interaction between composite attributes and |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Mike Bayer | changelog |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
mike bayer | Merge pull request #3 from bslatkin/master |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Mike Bayer | most of these dialect=mysql.dialect() calls are redundant |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Mike Bayer | - changelog for [ticket:2704] |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Roman Podolyaka | Fix using of 'mysql_length' for composite indexes |
commit | commitdiff | tree | snapshot |
| 2013-06-06 |
Mike Bayer | When querying the information schema on SQL Server... |
commit | commitdiff | tree | snapshot |
| next |