Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1913)

Unified Diff: sqlalchemy.patch

Issue 3772048: sqlalchemy update with sqlite backend
Patch Set: Created 14 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« ckan/tests/models/test_resource.py ('K') | « setup.py ('k') | test.ini » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sqlalchemy.patch
===================================================================
deleted file mode 100644
--- a/sqlalchemy.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- sqlalchemy-0.6.5/dialects/sqlite/base.py.orig 2010-12-20 16:32:18.268917162 +0000
-+++ sqlalchemy-0.6.5/dialects/sqlite/base.py 2010-12-20 16:32:22.377904271 +0000
-@@ -329,7 +329,8 @@
- supports_default_values = True
- supports_empty_insert = False
- supports_cast = True
--
-+ supports_sane_multi_rowcount = False
-+
- default_paramstyle = 'qmark'
- statement_compiler = SQLiteCompiler
- ddl_compiler = SQLiteDDLCompiler
« ckan/tests/models/test_resource.py ('K') | « setup.py ('k') | test.ini » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b