| 2014-02-14 |
Marcus McCurdy | Fixes MySQL dialect partitioning |
commit | commitdiff | tree | snapshot |
| 2014-02-14 |
Mike Bayer | - use an OrderedDict here so that tests are more determ... |
commit | commitdiff | tree | snapshot |
| 2014-02-13 |
Mike Bayer | - Fixed bug where :meth:`.in_()` would go into an endle... |
commit | commitdiff | tree | snapshot |
| 2014-02-12 |
Mike Bayer | - Fixed bug where :class:`.AbstractConcreteBase` would... |
commit | commitdiff | tree | snapshot |
| 2014-02-11 |
Mike Bayer | - changelog for [ticket:2934] |
commit | commitdiff | tree | snapshot |
| 2014-02-11 |
mike bayer | Merge pull request #69 from sloat/pr2934 |
commit | commitdiff | tree | snapshot |
| 2014-02-11 |
Matt (work) | Parse server version info more robustly |
commit | commitdiff | tree | snapshot |
| 2014-02-11 |
Mike Bayer | - for TextAsFrom, put the "inner" columns in the result... |
commit | commitdiff | tree | snapshot |
| 2014-02-10 |
Mike Bayer | this example doesn't work, we don't really have a solut... |
commit | commitdiff | tree | snapshot |
| 2014-02-10 |
Mike Bayer | - dont need these extra conditions from the previous... |
commit | commitdiff | tree | snapshot |
| 2014-02-10 |
Mike Bayer | - Fixed bug where :meth:`.Query.get` would fail to... |
commit | commitdiff | tree | snapshot |
| 2014-02-09 |
Mike Bayer | - Fixed an 0.9 regression where ORM instance or mapper... |
commit | commitdiff | tree | snapshot |
| 2014-02-09 |
Mike Bayer | - Fixed bug where the :class:`.AutomapBase` class of the |
commit | commitdiff | tree | snapshot |
| 2014-02-06 |
Kevin Deldycke | Add unit test for UUID arrays in PostgreSQL. |
commit | commitdiff | tree | snapshot |
| 2014-02-06 |
Mike Bayer | - More issues with [ticket:2932] first resolved in... |
commit | commitdiff | tree | snapshot |
| 2014-02-05 |
Mike Bayer | - Fixed regression in new "naming convention" feature... |
commit | commitdiff | tree | snapshot |
| 2014-02-05 |
Tom Farvour | Add naming convention support when using schema in... |
commit | commitdiff | tree | snapshot |
| 2014-02-05 |
Mike Bayer | - Fixed bug where so-called "literal render" of :func... |
commit | commitdiff | tree | snapshot |
| 2014-02-04 |
Erich Blume | SQLite dialect - support relection from affinity |
commit | commitdiff | tree | snapshot |
| 2014-02-04 |
Mike Bayer | - Improved the initialization logic of composite attrib... |
commit | commitdiff | tree | snapshot |
| 2014-02-03 |
Mike Bayer | 0.9.3 |
commit | commitdiff | tree | snapshot |
| 2014-02-03 |
Mike Bayer | - this seems to be the best string for pymysql |
commit | commitdiff | tree | snapshot |
| 2014-02-03 |
Mike Bayer | - Fixed bug which prevented MySQLdb-based dialects... |
commit | commitdiff | tree | snapshot |
| 2014-02-03 |
Terentev | python_type for ARRAY (PGArray) |
commit | commitdiff | tree | snapshot |
| 2014-02-03 |
Mike Bayer | typo rel_0_9_2 |
commit | commitdiff | tree | snapshot |
| 2014-02-03 |
Mike Bayer | 0.9.2 |
commit | commitdiff | tree | snapshot |
| 2014-02-03 |
Mike Bayer | - Added a tweak to the "history_meta" example where... |
commit | commitdiff | tree | snapshot |
| 2014-02-02 |
Mike Bayer | - add a few missing methods to the cymysql dialect |
commit | commitdiff | tree | snapshot |
| 2014-02-02 |
Mike Bayer | - lets intersphinx the new alembic article on constrain... |
commit | commitdiff | tree | snapshot |
| 2014-02-02 |
Mike Bayer | - Added :paramref:`.MetaData.reflect.**dialect_kwargs` |
commit | commitdiff | tree | snapshot |
| 2014-02-02 |
Mike Bayer | - use from_statement() for the ORM column test |
commit | commitdiff | tree | snapshot |
| 2014-02-02 |
Mike Bayer | - The behavior of :meth:`.Table.tometadata` has been... |
commit | commitdiff | tree | snapshot |
| 2014-02-02 |
Mike Bayer | - Fixed bug in new :class:`.TextAsFrom` construct where... |
commit | commitdiff | tree | snapshot |
| 2014-02-01 |
Mike Bayer | - Added a new feature which allows automated naming... |
commit | commitdiff | tree | snapshot |
| 2014-02-01 |
Mike Bayer | add a skip for oracle on this |
commit | commitdiff | tree | snapshot |
| 2014-02-01 |
Mike Bayer | - don't duplicate docs for Pool within QueuePool |
commit | commitdiff | tree | snapshot |
| 2014-02-01 |
Mike Bayer | - Added a new directive used within the scope of an... |
commit | commitdiff | tree | snapshot |
| 2014-02-01 |
Mike Bayer | - Added a new parameter :paramref:`.Operators.op.is_com... |
commit | commitdiff | tree | snapshot |
| 2014-01-31 |
Mike Bayer | - Fixed bug whereby SQLite compiler failed to propagate... |
commit | commitdiff | tree | snapshot |
| 2014-01-31 |
Mike Bayer | changelog |
commit | commitdiff | tree | snapshot |
| 2014-01-31 |
Erich Blume | PEP-8 compliance for dialects/sqlite/base.py |
commit | commitdiff | tree | snapshot |
| 2014-01-31 |
Erich Blume | Don't include .egg files in the repo |
commit | commitdiff | tree | snapshot |
| 2014-01-29 |
Mike Bayer | - Fixed regression whereby the "annotation" system... |
commit | commitdiff | tree | snapshot |
| 2014-01-29 |
Mike Bayer | - better way to do it |
commit | commitdiff | tree | snapshot |
| 2014-01-29 |
Mike Bayer | - add TypeError handling to the tests here, ensure... |
commit | commitdiff | tree | snapshot |
| 2014-01-29 |
Mike Bayer | - Fixed 0.9 regression where the new sortable support... |
commit | commitdiff | tree | snapshot |
| 2014-01-27 |
Mike Bayer | - repair the fixture/test here to make sure state isn... |
commit | commitdiff | tree | snapshot |
| 2014-01-27 |
Mike Bayer | - docs |
commit | commitdiff | tree | snapshot |
| 2014-01-26 |
Mike Bayer | updates |
commit | commitdiff | tree | snapshot |
| 2014-01-25 |
Mike Bayer | hypothetical "floaty thing" for navigation, doesn't... |
commit | commitdiff | tree | snapshot |
| 2014-01-25 |
Mike Bayer | tweak text |
commit | commitdiff | tree | snapshot |
| 2014-01-25 |
Mike Bayer | seealsos in the tutorial |
commit | commitdiff | tree | snapshot |
| 2014-01-25 |
Mike Bayer | case |
commit | commitdiff | tree | snapshot |
| 2014-01-25 |
Mike Bayer | - start building out very comprehensive docstrings... |
commit | commitdiff | tree | snapshot |
| 2014-01-25 |
Mike Bayer | lets document join() |
commit | commitdiff | tree | snapshot |
| 2014-01-24 |
Mike Bayer | - doc updates, include links to create_engine from... |
commit | commitdiff | tree | snapshot |
| 2014-01-23 |
Mike Bayer | typo |
commit | commitdiff | tree | snapshot |
| 2014-01-23 |
Mike Bayer | - remove this leftover commented pdb |
commit | commitdiff | tree | snapshot |
| 2014-01-23 |
Mike Bayer | - Fixed an 0.9 regression where the automatic aliasing... |
commit | commitdiff | tree | snapshot |
| 2014-01-23 |
mike bayer | Merge pull request #60 from wichert/mutable-doc-import |
commit | commitdiff | tree | snapshot |
| 2014-01-23 |
Mike Bayer | used the wrong join |
commit | commitdiff | tree | snapshot |
| 2014-01-23 |
Mike Bayer | - Support is improved for supplying a :func:`.join... |
commit | commitdiff | tree | snapshot |
| 2014-01-22 |
Mike Bayer | - Added new test coverage for so-called "down adaptions... |
commit | commitdiff | tree | snapshot |
| 2014-01-22 |
Mike Bayer | - add redshift-sqlalchemy, essentially fixes [ticket... |
commit | commitdiff | tree | snapshot |
| 2014-01-21 |
Mike Bayer | - update docs for Numeric/Float, in particular warn... |
commit | commitdiff | tree | snapshot |
| 2014-01-21 |
Mike Bayer | - Fixed the multiple-table "UPDATE..FROM" construct... |
commit | commitdiff | tree | snapshot |
| 2014-01-20 |
Mike Bayer | use new paramlinks 0.2.2, trying to fix param links... |
commit | commitdiff | tree | snapshot |
| 2014-01-20 |
Mike Bayer | - further refine this so that the ordering of columns... |
commit | commitdiff | tree | snapshot |
| 2014-01-20 |
Mike Bayer | - simplify the mechanics of PrimaryKeyConstraint with... |
commit | commitdiff | tree | snapshot |
| 2014-01-20 |
Mike Bayer | - repair signature for base get_unique_constraints... |
commit | commitdiff | tree | snapshot |
| 2014-01-20 |
Mike Bayer | - ensure ordering is fully maintained, [ticket:2914] |
commit | commitdiff | tree | snapshot |
| 2014-01-20 |
Wichert Akkerman | Remove uneeded import from code example |
commit | commitdiff | tree | snapshot |
| 2014-01-19 |
Mike Bayer | fix typo |
commit | commitdiff | tree | snapshot |
| 2014-01-19 |
mike bayer | Merge pull request #59 from wichert/doc-relationship... |
commit | commitdiff | tree | snapshot |
| 2014-01-19 |
Mike Bayer | - alter behavior such that dialect_kwargs is still... |
commit | commitdiff | tree | snapshot |
| 2014-01-19 |
Mike Bayer | - some test fixes |
commit | commitdiff | tree | snapshot |
| 2014-01-19 |
Mike Bayer | akiban-> foundationdb |
commit | commitdiff | tree | snapshot |
| 2014-01-19 |
Mike Bayer | - implement kwarg validation and type system for dialec... |
commit | commitdiff | tree | snapshot |
| 2014-01-18 |
Mike Bayer | credit to Derek Harland |
commit | commitdiff | tree | snapshot |
| 2014-01-18 |
Mike Bayer | - changelog for pullreq:11 |
commit | commitdiff | tree | snapshot |
| 2014-01-18 |
Mike Bayer | Merge branch 'patch-msql-pkc-clustered' of bitbucket... |
commit | commitdiff | tree | snapshot |
| 2014-01-17 |
Mike Bayer | cx_oracle is now "conditional" on py2k |
commit | commitdiff | tree | snapshot |
| 2014-01-17 |
Mike Bayer | - rework Oracle to no longer do its own unicode convers... |
commit | commitdiff | tree | snapshot |
| 2014-01-16 |
donkopotamus | Bug Fix: Stop generating bad sql if an empty UniqueCons... |
commit | commitdiff | tree | snapshot |
| 2014-01-16 |
donkopotamus | Support mssql_clustered option on UniqueConstraint... |
commit | commitdiff | tree | snapshot |
| 2014-01-16 |
donkopotamus | Remove support for mssql_clustered on Table |
commit | commitdiff | tree | snapshot |
| 2014-01-16 |
Wichert Akkerman | Fix a typo in the relationship docs |
commit | commitdiff | tree | snapshot |
| 2014-01-15 |
Mike Bayer | even simpler |
commit | commitdiff | tree | snapshot |
| 2014-01-15 |
Mike Bayer | - should close the session before rolling back the... |
commit | commitdiff | tree | snapshot |
| 2014-01-15 |
Mike Bayer | - changelog + test for pullreq github 58 |
commit | commitdiff | tree | snapshot |
| 2014-01-15 |
mike bayer | Merge pull request #58 from kstark/patch-1 |
commit | commitdiff | tree | snapshot |
| 2014-01-14 |
Mike Bayer | - _cursor_execute() will close the cursor on error... |
commit | commitdiff | tree | snapshot |
| 2014-01-13 |
donkopotamus | Support mssql_clustered option in mssql dialect for... |
commit | commitdiff | tree | snapshot |
| 2014-01-13 |
Mike Bayer | - Fixed a bug involving the new flattened JOIN structur... |
commit | commitdiff | tree | snapshot |
| 2014-01-13 |
Derek Harland | Merged zzzeek/sqlalchemy into master |
commit | commitdiff | tree | snapshot |
| 2014-01-13 |
Mike Bayer | - a little bit of profile bump, just on insert not... |
commit | commitdiff | tree | snapshot |
| 2014-01-13 |
Mike Bayer | - The MySQL CAST compilation now takes into account... |
commit | commitdiff | tree | snapshot |
| 2014-01-13 |
Kyle Stark | Fix TypeError for class_mapper called w/ iterable |
commit | commitdiff | tree | snapshot |
| 2014-01-13 |
Mike Bayer | update changelog from 0.3.2 to 0.3.4, re-patching the... |
commit | commitdiff | tree | snapshot |
| 2014-01-13 |
Mike Bayer | revert r2775c95b1ee30831216cc5 which was mostly an... |
commit | commitdiff | tree | snapshot |
| next |