django1/django/db/backends/sqlite3
Anssi Kääriäinen 421e599ad3 [1.5.x] Fixed #19351 -- SQLite bulk_insert of more than 500 single-field objs
Backpatch of 0a0a0d66b3
2012-11-24 01:20:22 +02:00
..
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
base.py [1.5.x] Fixed #19351 -- SQLite bulk_insert of more than 500 single-field objs 2012-11-24 01:20:22 +02:00
client.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
creation.py Fixed #19162 -- Wrong indentation. 2012-10-22 19:23:19 +02:00
introspection.py Made get_table_description also return the size of char fields on SQLite 2012-08-30 19:36:05 +02:00