Zackary Troop
|
30f8642f2e
|
Fixed #29350 -- Fix get_primary_key_column() method in sqlite3 backend
Thanks Tim Graham and Mariusz Felisiak for the reviews.
|
2018-04-28 12:01:45 +02:00 |
Simon Charette
|
095c1aaa89
|
Fixed #28849 -- Fixed referenced table and column rename on SQLite.
Thanks Ramiro for the input and Tim for the review.
|
2017-12-01 22:12:24 -05:00 |
Jon Dufresne
|
7a6fbf36b1
|
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
|
2017-11-28 11:28:09 -05:00 |
Simon Charette
|
9d93dff333
|
Fixed #28665 -- Change some database exceptions to NotImplementedError per PEP 249.
|
2017-10-06 12:47:08 -04:00 |
Tim Graham
|
d0c761d3f8
|
Refs #28584 -- Removed unused DatabaseFeatures.can_share_in_memory_db.
|
2017-10-03 20:17:12 -04:00 |
Mariusz Felisiak
|
8cb1b1fd8e
|
Reorganized backends tests.
|
2017-06-21 12:00:47 -04:00 |