2012-09-09 |
Mike Bayer | - add a test to make sure we've tested session.execute... |
commit | commitdiff | tree |
2012-09-01 |
Mike Bayer | - [bug] Fixed a regression since 0.6 regarding |
commit | commitdiff | tree |
2012-08-30 |
Mike Bayer | some pysqlite doc tweaks |
commit | commitdiff | tree |
2012-08-29 |
Mike Bayer | merge MySQL innodb-by-default test fixes |
commit | commitdiff | tree |
2012-08-27 |
Mike Bayer | hybrids: illustrate correlated subquery |
commit | commitdiff | tree |
2012-08-22 |
Mike Bayer | - [bug] Fixed bug whereby usage of a UNION |
commit | commitdiff | tree |
2012-08-22 |
Mike Bayer | - [bug] Fixed cextension bug whereby the |
commit | commitdiff | tree |
2012-08-17 |
Mike Bayer | - update this to work with the latest postgis |
commit | commitdiff | tree |
2012-08-16 |
Mike Bayer | add a note, no autoflush with execute, [ticket:2550] |
commit | commitdiff | tree |
2012-08-15 |
Mike Bayer | things should work fine without this |
commit | commitdiff | tree |
2012-08-15 |
Mike Bayer | also, this seems like a bug anyway |
commit | commitdiff | tree |
2012-08-15 |
Mike Bayer | changelog |
commit | commitdiff | tree |
2012-08-15 |
David McNelis | Updated mysqlconnector to support client flags and... |
commit | commitdiff | tree |
2012-08-13 |
Mike Bayer | - [bug] Fixed compiler bug whereby a given |
commit | commitdiff | tree |
2012-08-13 |
Mike Bayer | - [bug] Fixed bug whereby user error in related-object |
commit | commitdiff | tree |
2012-08-12 |
Mike Bayer | py2.4 compat |
commit | commitdiff | tree |
2012-08-12 |
Mike Bayer | - additional fix for [ticket:2542] |
commit | commitdiff | tree |
2012-08-12 |
Mike Bayer | initial fixes to get tests to pass on py 3.3, [ticket... |
commit | commitdiff | tree |
2012-08-11 |
Mike Bayer | - add the new profiling system to 0.7 |
commit | commitdiff | tree |
2012-08-10 |
Mike Bayer | whitespace removal |
commit | commitdiff | tree |
2012-08-08 |
Mike Bayer | - [bug] Fixed the repr() of Enum to include |
commit | commitdiff | tree |
2012-08-08 |
Mike Bayer | big rework of is_active and SessionTransaction docs |
commit | commitdiff | tree |
2012-08-08 |
Mike Bayer | merge session edits from default |
commit | commitdiff | tree |
2012-08-08 |
Mike Bayer | - modernize some merge docs a bit |
commit | commitdiff | tree |
2012-08-06 |
Mike Bayer | - [bug] A warning is emitted when lazy='dynamic' |
commit | commitdiff | tree |
2012-07-24 |
Mike Bayer | - [bug] Added gaerdbms import to mysql/__init__.py, |
commit | commitdiff | tree |
2012-07-17 |
Mike Bayer | try to loosen the times up here to reduce failures... |
commit | commitdiff | tree |
2012-07-16 |
Mike Bayer | genindex is 100% valid |
commit | commitdiff | tree |
2012-07-15 |
Mike Bayer | - [bug] Fixed bug mostly local to new |
commit | commitdiff | tree |
2012-07-10 |
Mike Bayer | - [bug] Fixed more un-intuitivenesses in CTEs |
commit | commitdiff | tree |
2012-07-02 |
Mike Bayer | except the example was wrong. |
commit | commitdiff | tree |
2012-07-02 |
Mike Bayer | - add a nice example about begin_nested as context... |
commit | commitdiff | tree |
2012-06-30 |
Mike Bayer | - using sublime, so there's mass trailing whitespace... |
commit | commitdiff | tree |
2012-06-25 |
Mike Bayer | add a section on many-to-many deletes |
commit | commitdiff | tree |
2012-06-25 |
Mike Bayer | merge next() compatibility |
commit | commitdiff | tree |
2012-06-25 |
Mike Bayer | - move cte tests into their own test/sql/test_cte.py |
commit | commitdiff | tree |
2012-06-21 |
Mike Bayer | - [bug] quoting is applied to the column names |
commit | commitdiff | tree |
2012-06-21 |
Mike Bayer | - [bug] Fixed regression introduced in 0.7.6 |
commit | commitdiff | tree |
2012-06-21 |
Mike Bayer | callcount |
commit | commitdiff | tree |
2012-06-20 |
Mike Bayer | - [feature] Dramatic improvement in memory |
commit | commitdiff | tree |
2012-06-18 |
Mike Bayer | Merged in msabramo/sqlalchemy (pull request #9) |
commit | commitdiff | tree |
2012-06-18 |
Mike Bayer | remove ambiguous language |
commit | commitdiff | tree |
2012-06-17 |
Mike Bayer | some fixes |
commit | commitdiff | tree |
2012-06-17 |
Mike Bayer | Added tag rel_0_7_8 for changeset 37b807cd04d4ab3a6acbd... |
commit | commitdiff | tree |
2012-06-17 |
Mike Bayer | 0.7.8 prep rel_0_7_8 |
commit | commitdiff | tree |
2012-06-17 |
Mike Bayer | some doc fixes |
commit | commitdiff | tree |
2012-06-16 |
Mike Bayer | callcount adjust |
commit | commitdiff | tree |
2012-06-16 |
Mike Bayer | remove this test now covered in test_execute |
commit | commitdiff | tree |
2012-06-16 |
Mike Bayer | - [bug] Fixed bug whereby append_column() |
commit | commitdiff | tree |
2012-06-16 |
Mike Bayer | set these up as None, the comprehensive solution here is |
commit | commitdiff | tree |
2012-06-16 |
Mike Bayer | - [bug] removed unnecessary table clause when |
commit | commitdiff | tree |
2012-06-16 |
Mike Bayer | - [bug] Fixed bug whereby populate_existing |
commit | commitdiff | tree |
2012-06-13 |
Mike Bayer | fix crap |
commit | commitdiff | tree |
2012-06-13 |
Mike Bayer | - [bug] Repaired common table expression |
commit | commitdiff | tree |
2012-06-13 |
Mike Bayer | - [bug] added BIGINT to types.__all__, |
commit | commitdiff | tree |
2012-06-13 |
Mike Bayer | dont call connection()/get_bind() all that here if... |
commit | commitdiff | tree |
2012-06-12 |
Mike Bayer | - rewrite rowcount documentation to be as absolutely... |
commit | commitdiff | tree |
2012-06-12 |
Mike Bayer | sigh. go back to __iter__ because of silly rowproxy... |
commit | commitdiff | tree |
2012-06-12 |
Mike Bayer | - [bug] Fixed bug affecting Py3K whereby |
commit | commitdiff | tree |
2012-06-11 |
Mike Bayer | - [bug] Fixed identity_key() function which |
commit | commitdiff | tree |
2012-06-08 |
Mike Bayer | Add some `Sphinx` related version informations paragrap... |
commit | commitdiff | tree |
2012-06-08 |
Mike Bayer | Add some `Sphinx` paragraph level versions informations... |
commit | commitdiff | tree |
2012-06-08 |
Mike Bayer | Add some basic CSS styles for version informations... |
commit | commitdiff | tree |
2012-06-08 |
Mike Bayer | - [feature] The 'objects' argument to |
commit | commitdiff | tree |
2012-06-01 |
Mike Bayer | - [bug] Fixed memory leak in C version of |
commit | commitdiff | tree |
2012-05-26 |
Mike Bayer | credit ! |
commit | commitdiff | tree |
2012-05-26 |
Mike Bayer | - upgrade DBAPI index to have links to all dialect... |
commit | commitdiff | tree |
2012-05-26 |
Mike Bayer | - [feature] Added a new dialect for Google App |
commit | commitdiff | tree |
2012-05-26 |
Mike Bayer | - [bug] Fixed bug in declarative |
commit | commitdiff | tree |
2012-05-17 |
Mike Bayer | - [bug] Added ROWID to oracle.*, [ticket:2483] |
commit | commitdiff | tree |
2012-05-17 |
Mike Bayer | add a note about sqlites lack of concurrency by design... |
commit | commitdiff | tree |
2012-05-17 |
Mike Bayer | - [bug] Fixed bug whereby subqueryload() from |
commit | commitdiff | tree |
2012-05-05 |
Mike Bayer | Added tag rel_0_7_7 for changeset c91fd10f5cf38c6cb8964... |
commit | commitdiff | tree |
2012-05-05 |
Mike Bayer | 0.7.7 release prep rel_0_7_7 |
commit | commitdiff | tree |
2012-05-05 |
Mike Bayer | add diana |
commit | commitdiff | tree |
2012-05-05 |
Mike Bayer | a fix to allow mysql to work |
commit | commitdiff | tree |
2012-05-05 |
Mike Bayer | callcount bump to account for sqlite's silly column... |
commit | commitdiff | tree |
2012-05-04 |
Mike Bayer | - [bug] Fixed issue in unit of work |
commit | commitdiff | tree |
2012-05-04 |
Mike Bayer | - [bug] removed unnecessary table clause |
commit | commitdiff | tree |
2012-05-04 |
Mike Bayer | doc update regarding with_lockmode, [ticket:2440] |
commit | commitdiff | tree |
2012-05-04 |
Mike Bayer | document mock strategy, [ticket:2439] |
commit | commitdiff | tree |
2012-05-04 |
Mike Bayer | - [feature] Added SQLite execution option |
commit | commitdiff | tree |
2012-05-04 |
Mike Bayer | - [bug] Add BINARY, VARBINARY to types.__all__, |
commit | commitdiff | tree |
2012-01-13 |
Priit Laes | Add some documentation sugar for ``having`` criterion. |
commit | commitdiff | tree |
2012-04-27 |
Franck Cuny | Fix a typo in the documentation |
commit | commitdiff | tree |
2012-04-26 |
Mike Bayer | - [bug] Fixed bug in relationship comparisons |
commit | commitdiff | tree |
2012-04-24 |
Mike Bayer | created rel_0_7 branch |
commit | commitdiff | tree |
2012-04-19 |
Mike Bayer | - [bug] Fixed bug in 0.7.6 introduced by |
commit | commitdiff | tree |
2012-04-18 |
Mike Bayer | - [bug] UPDATE..FROM syntax with SQL Server |
commit | commitdiff | tree |
2012-04-16 |
Mike Bayer | - mysql [bug] Fixed bug whereby if cast() is used |
commit | commitdiff | tree |
2012-04-12 |
Mike Bayer | Merged in bentrofatter/sqlalchemy-informix-dialect... |
commit | commitdiff | tree |
2012-04-12 |
Mike Bayer | - [bug] If conn.begin() fails when calling |
commit | commitdiff | tree |
2012-04-12 |
Benjamin Trofatter | Changed misspelled 'altere' reserved word to 'alter' |
commit | commitdiff | tree |
2012-04-12 |
Mike Bayer | - test explicitly for 'VIEW', 'SYSTEM VIEW' |
commit | commitdiff | tree |
2012-04-12 |
Mike Bayer | Merged in elazar/sqlalchemy/fix/mysql-system-views... |
commit | commitdiff | tree |
2012-04-12 |
elazar | Fixed test_system_views not checking for MySQL >= 5... |
commit | commitdiff | tree |
2012-04-12 |
elazar | Modified MySQLDialect.get_view_names() to also return... |
commit | commitdiff | tree |
2012-04-11 |
Mike Bayer | - [feature] Added new flag to @validates |
commit | commitdiff | tree |
2012-04-10 |
Mike Bayer | - [feature] Added new connection event |
commit | commitdiff | tree |
2012-04-08 |
Mike Bayer | - adjust mysql patch a bit so that we use |
commit | commitdiff | tree |
next |