| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Added new method to the :func:`.insert` construct | Mike Bayer | 2013-07-05 | 1 | -1/+64 |
| | | | | | | | | | | | :meth:`.Insert.from_select`. Given a list of columns and a selectable, renders ``INSERT INTO (table) (columns) SELECT ..``. While this feature is highlighted as part of 0.9 it is also backported to 0.8.3. [ticket:722] - The :func:`.update`, :func:`.insert`, and :func:`.delete` constructs will now interpret ORM entities as FROM clauses to be operated upon, in the same way that select() already does. Also in 0.8.3. | ||||
| * | - reinstate insert returning back into test_insert.py; defaultdialect | Mike Bayer | 2013-04-01 | 1 | -0/+10 |
| | | | | | needs to be explicit here since tablestest sticks testing.db onto metadata.bind | ||||
| * | moving insert returning test back into CRUD test class until I figure out ↵ | Diana Clarke | 2013-03-30 | 1 | -7/+0 |
| | | | | | why moving it broke the oracle/postgres builds | ||||
| * | fixing tests for --db=mysql: VARCHAR requires a length on dialect mysql | Diana Clarke | 2013-03-30 | 1 | -3/+3 |
| | | |||||
| * | move the insert tests from CRUDTest into sql/test_insert.py (see #2630) | Diana Clarke | 2013-03-29 | 1 | -0/+309 |
