| 2012-04-24 |
Mike Bayer | - remove sqlsoup [ticket:2262] |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Mike Bayer | update doc version |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Mike Bayer | - [bug] column.label(None) now produces an |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Mike Bayer | - [feature] Added a new system |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Mike Bayer | - [feature] The column_reflect event now |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Mike Bayer | - [bug] The warning emitted when using |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Mike Bayer | - [bug] The "passive" flag on Session.is_modified() |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Mike Bayer | callcount tweak here, this moved up due to r5b6237e3f068 |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Mike Bayer | - [bug] The names of the columns on the |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Mike Bayer | changelog adjust |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Mike Bayer | - [bug] removed legacy behavior whereby |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Mike Bayer | - [feature] New standalone function with_polymorphic() |
commit | commitdiff | tree | snapshot |
| 2012-04-23 |
Mike Bayer | - [removed] The legacy "mutable" system of the |
commit | commitdiff | tree | snapshot |
| 2012-04-23 |
Mike Bayer | the callcounts are greater here since object_mapper... |
commit | commitdiff | tree | snapshot |
| 2012-04-23 |
Mike Bayer | - some adjustments to keep hybrid properties working |
commit | commitdiff | tree | snapshot |
| 2012-04-23 |
Mike Bayer | merge patch for [ticket:2208]. This still needs docum... |
commit | commitdiff | tree | snapshot |
| 2012-04-23 |
Mike Bayer | - re-merge + CHANGES |
commit | commitdiff | tree | snapshot |
| 2012-04-23 |
Mike Bayer | - merge attribute flag overhaul for [ticket:2358] |
commit | commitdiff | tree | snapshot |
| 2012-04-22 |
Mike Bayer | - merged #1401 branch from bitbucket |
commit | commitdiff | tree | snapshot |
| 2012-04-22 |
Mike Bayer | 0.8 initial prep |
commit | commitdiff | tree | snapshot |
| 2012-04-19 |
Mike Bayer | - [bug] Fixed bug in 0.7.6 introduced by |
commit | commitdiff | tree | snapshot |
| 2012-04-18 |
Mike Bayer | - [bug] UPDATE..FROM syntax with SQL Server |
commit | commitdiff | tree | snapshot |
| 2012-04-16 |
Mike Bayer | - mysql [bug] Fixed bug whereby if cast() is used |
commit | commitdiff | tree | snapshot |
| 2012-04-12 |
Mike Bayer | Merged in bentrofatter/sqlalchemy-informix-dialect... |
commit | commitdiff | tree | snapshot |
| 2012-04-12 |
Mike Bayer | - [bug] If conn.begin() fails when calling |
commit | commitdiff | tree | snapshot |
| 2012-04-12 |
Benjamin Trofatter | Changed misspelled 'altere' reserved word to 'alter' |
commit | commitdiff | tree | snapshot |
| 2012-04-12 |
Mike Bayer | - test explicitly for 'VIEW', 'SYSTEM VIEW' |
commit | commitdiff | tree | snapshot |
| 2012-04-12 |
Mike Bayer | Merged in elazar/sqlalchemy/fix/mysql-system-views... |
commit | commitdiff | tree | snapshot |
| 2012-04-12 |
elazar | Fixed test_system_views not checking for MySQL >= 5... |
commit | commitdiff | tree | snapshot |
| 2012-04-12 |
elazar | Modified MySQLDialect.get_view_names() to also return... |
commit | commitdiff | tree | snapshot |
| 2012-04-11 |
Mike Bayer | - [feature] Added new flag to @validates |
commit | commitdiff | tree | snapshot |
| 2012-04-10 |
Mike Bayer | - [feature] Added new connection event |
commit | commitdiff | tree | snapshot |
| 2012-04-08 |
Mike Bayer | - adjust mysql patch a bit so that we use |
commit | commitdiff | tree | snapshot |
| 2012-04-07 |
Jeff Dairiki | Fix innodb autoinc constraint (double)quoting |
commit | commitdiff | tree | snapshot |
| 2012-04-05 |
Mike Bayer | - [bug] Repaired the use_scope_identity |
commit | commitdiff | tree | snapshot |
| 2012-04-04 |
Mike Bayer | - the inspect interface is done, needs docs. |
commit | commitdiff | tree | snapshot |
| 2012-04-03 |
Mike Bayer | merge fix |
commit | commitdiff | tree | snapshot |
| 2012-04-03 |
Mike Bayer | begin implementing inspection system for #2208 |
commit | commitdiff | tree | snapshot |
| 2012-04-03 |
Diana Clarke | Fixing link to python's logging module (see #2456)... |
commit | commitdiff | tree | snapshot |
| 2012-04-03 |
Mike Bayer | then spiff up that error msg |
commit | commitdiff | tree | snapshot |
| 2012-04-03 |
Mike Bayer | every test passing for test_relationships |
commit | commitdiff | tree | snapshot |
| 2012-04-03 |
Mike Bayer | Merged in _diana_/sqlalchemy-2385 (pull request #4) |
commit | commitdiff | tree | snapshot |
| 2012-04-03 |
Mike Bayer | - reopened #2453, needed to put in the original patch... |
commit | commitdiff | tree | snapshot |
| 2012-04-03 |
Diana Clarke | make auto-correlation the same for Query & select() |
commit | commitdiff | tree | snapshot |
| 2012-04-03 |
Diana Clarke | most of the drizzle docs are copy/pasta, let's just... |
commit | commitdiff | tree | snapshot |
| 2012-04-01 |
Mike Bayer | - sql |
commit | commitdiff | tree | snapshot |
| 2012-04-01 |
Mike Bayer | - move create_lazy_clause() to relationships |
commit | commitdiff | tree | snapshot |
| 2012-04-01 |
Mike Bayer | - [bug] Fixed bug which would prevent |
commit | commitdiff | tree | snapshot |
| 2012-03-31 |
Mike Bayer | - [bug] Fixed bug in expression annotation |
commit | commitdiff | tree | snapshot |
| 2012-03-31 |
Mike Bayer | - [bug] Fixed bug whereby polymorphic_on |
commit | commitdiff | tree | snapshot |
| 2012-03-22 |
Mike Bayer | - [feature] Added new for_update/with_lockmode() |
commit | commitdiff | tree | snapshot |
| 2012-03-21 |
Mike Bayer | - 0.7.7 |
commit | commitdiff | tree | snapshot |
| 2012-03-18 |
Diana Clarke | I'm pretty sure this should be entities |
commit | commitdiff | tree | snapshot |
| 2012-03-18 |
Diana Clarke | typos in lib/sqlalchemy/sql |
commit | commitdiff | tree | snapshot |
| 2012-03-18 |
Diana Clarke | typos in lib/sqlalchemy/orm |
commit | commitdiff | tree | snapshot |
| 2012-03-18 |
Diana Clarke | typos in lib/sqlalchemy/ext |
commit | commitdiff | tree | snapshot |
| 2012-03-18 |
Diana Clarke | typos in lib/sqlalchemy/engine |
commit | commitdiff | tree | snapshot |
| 2012-03-18 |
Diana Clarke | typoes in lib/sqlalchemy/dialects |
commit | commitdiff | tree | snapshot |
| 2012-03-16 |
Diana Clarke | typo |
commit | commitdiff | tree | snapshot |
| 2012-03-15 |
Mike Bayer | Added tag rel_0_7_6 for changeset bd85bcc0cf1353ebec648... |
commit | commitdiff | tree | snapshot |
| 2012-03-15 |
Mike Bayer | 0.7.6 release rel_0_7_6 |
commit | commitdiff | tree | snapshot |
| 2012-03-15 |
Mike Bayer | another oracle failure |
commit | commitdiff | tree | snapshot |
| 2012-03-15 |
Mike Bayer | callcounts for py3k |
commit | commitdiff | tree | snapshot |
| 2012-03-14 |
Mike Bayer | add autoincrements here hopefully fixing oracle test |
commit | commitdiff | tree | snapshot |
| 2012-03-14 |
Mike Bayer | fails on oracle too |
commit | commitdiff | tree | snapshot |
| 2012-03-14 |
Mike Bayer | add a checkfirst here as s3 seems to be stuck on the... |
commit | commitdiff | tree | snapshot |
| 2012-03-14 |
Mike Bayer | callcounts |
commit | commitdiff | tree | snapshot |
| 2012-03-14 |
Mike Bayer | pg8000 fails on this |
commit | commitdiff | tree | snapshot |
| 2012-03-14 |
Mike Bayer | - [bug] Fixed issue whereby attribute-based |
commit | commitdiff | tree | snapshot |
| 2012-03-14 |
Mike Bayer | - [feature] Added support for MySQL index and |
commit | commitdiff | tree | snapshot |
| 2012-03-14 |
Mike Bayer | - [bug] Added 'LEVEL' to the list of reserved |
commit | commitdiff | tree | snapshot |
| 2012-03-14 |
Mike Bayer | hey pyodbc fixed this, hoopde doo |
commit | commitdiff | tree | snapshot |
| 2012-03-14 |
Mike Bayer | fix up docs a bit here, not sure if some enhancements... |
commit | commitdiff | tree | snapshot |
| 2012-03-14 |
Mike Bayer | revert this, the instrumentation here is conditional |
commit | commitdiff | tree | snapshot |
| 2012-03-14 |
Mike Bayer | add most of Brad Allen's doc updates, [ticket:2434] |
commit | commitdiff | tree | snapshot |
| 2012-03-14 |
Mike Bayer | - [bug] Fixed bug in C extensions whereby |
commit | commitdiff | tree | snapshot |
| 2012-03-13 |
Mike Bayer | - [feature] Added support for MSSQL INSERT, |
commit | commitdiff | tree | snapshot |
| 2012-03-12 |
Mike Bayer | - [bug] Fixed bug whereby a primaryjoin |
commit | commitdiff | tree | snapshot |
| 2012-03-12 |
Mike Bayer | - add __table_cls__ option to declarative, not publiciz... |
commit | commitdiff | tree | snapshot |
| 2012-03-11 |
Mike Bayer | - [bug] Fixed memory leak in core which would |
commit | commitdiff | tree | snapshot |
| 2012-03-08 |
Mike Bayer | merge tip |
commit | commitdiff | tree | snapshot |
| 2012-03-08 |
Philip Jenvey | cleanup test_processors, modeling the PEP 399 style |
commit | commitdiff | tree | snapshot |
| 2012-03-08 |
Mike Bayer | - [bug] Fixed event registration bug |
commit | commitdiff | tree | snapshot |
| 2012-03-05 |
Mike Bayer | callcount tweak |
commit | commitdiff | tree | snapshot |
| 2012-03-05 |
Mike Bayer | - [bug] Fixed bug whereby objects using |
commit | commitdiff | tree | snapshot |
| 2012-03-03 |
Mike Bayer | fix typos, SQL server also needs union all |
commit | commitdiff | tree | snapshot |
| 2012-03-03 |
Mike Bayer | merge this |
commit | commitdiff | tree | snapshot |
| 2012-03-03 |
Mike Bayer | - [feature] Added cte() method to Query, |
commit | commitdiff | tree | snapshot |
| 2012-03-02 |
Philip Jenvey | unmonkeypatch the 2to3 preprocessor so we don't disturb... |
commit | commitdiff | tree | snapshot |
| 2012-03-01 |
Mike Bayer | this is 0.7.6.. |
commit | commitdiff | tree | snapshot |
| 2012-02-29 |
Mike Bayer | - [bug] Fixed the repr() for CascadeOptions to |
commit | commitdiff | tree | snapshot |
| 2012-02-29 |
Mike Bayer | - expand the check to determine if a selectable column... |
commit | commitdiff | tree | snapshot |
| 2012-02-28 |
Mike Bayer | remove the "produce test" approach from the polymorphic... |
commit | commitdiff | tree | snapshot |
| 2012-02-27 |
Mike Bayer | added missing 0.4 versions to CHANGES_PRE_06 |
commit | commitdiff | tree | snapshot |
| 2012-02-27 |
Mike Bayer | fix callcount |
commit | commitdiff | tree | snapshot |
| 2012-02-26 |
Mike Bayer | add tests for #2128 |
commit | commitdiff | tree | snapshot |
| 2012-02-26 |
Mike Bayer | remove check_columns here so warning not emitted with... |
commit | commitdiff | tree | snapshot |
| 2012-02-25 |
Mike Bayer | almost through all the fine tuning |
commit | commitdiff | tree | snapshot |
| 2012-02-25 |
Mike Bayer | start to work on error messages, allow foreign_keys... |
commit | commitdiff | tree | snapshot |
| 2012-02-25 |
Mike Bayer | plus add it to the scoping namespace |
commit | commitdiff | tree | snapshot |
| next |