Anssi Kääriäinen
584e2c0337
Prevent Oracle from changing field.null to True
...
Fixed #17957 -- when using Oracle and character fields, the fields
were set null = True to ease the handling of empty strings. This
caused problems when using multiple databases from different vendors,
or when the character field happened to be also a primary key.
The handling was changed so that NOT NULL is not emitted on Oracle
even if field.null = False, and field.null is not touched otherwise.
Thanks to bhuztez for the report, ramiro for triaging & comments,
ikelly for the patch and alex for reviewing.
2012-04-29 19:25:46 +03:00
..
2012-04-29 11:51:12 +02:00
2012-04-09 04:28:32 +00:00
2012-03-05 08:13:09 +00:00
2012-04-08 21:13:32 +00:00
2012-02-04 12:48:21 +00:00
2012-04-29 21:31:09 +05:30
2012-04-14 13:35:25 +00:00
2011-11-27 10:31:26 +00:00
2012-03-09 12:13:31 +00:00
2012-04-24 18:03:14 +00:00
2012-03-31 12:38:11 +00:00
2012-03-30 08:02:08 +00:00
2012-04-24 18:03:14 +00:00
2012-03-30 09:08:29 +00:00
2012-04-14 13:35:25 +00:00
2012-03-10 17:36:41 +00:00
2012-03-30 08:02:08 +00:00
2011-11-18 13:01:06 +00:00
2012-02-09 18:57:06 +00:00
2012-04-11 17:49:22 +00:00
2012-03-30 08:02:08 +00:00
2012-03-17 01:24:39 +00:00
2012-01-01 21:11:05 +00:00
2012-04-09 00:43:08 +00:00
2012-04-05 15:44:04 +00:00
2012-01-14 17:26:32 +00:00
2012-04-29 14:25:06 +02:00
2012-03-31 13:55:03 +00:00
2012-04-10 20:05:46 +00:00
2012-04-24 19:55:52 +00:00
2012-04-27 06:56:31 +00:00
2012-04-29 02:11:55 +03:00
2012-04-26 17:48:50 +00:00
2012-03-30 08:02:08 +00:00
2012-01-15 02:33:31 +00:00
2012-04-12 20:23:41 +00:00
2012-03-30 09:08:29 +00:00
2011-11-12 19:53:56 +00:00
2012-03-31 13:55:03 +00:00
2012-03-30 08:02:08 +00:00
2012-04-20 17:34:29 +00:00
2011-11-13 15:09:08 +00:00
2012-03-30 08:02:08 +00:00
2011-12-17 17:37:24 +00:00
2012-04-10 12:29:25 +00:00
2012-04-29 19:25:46 +03:00
2012-03-31 10:34:11 +00:00
2012-04-10 12:29:25 +00:00
2011-12-22 20:42:40 +00:00
2012-03-30 08:02:08 +00:00
2012-04-08 21:13:32 +00:00
2012-03-31 13:11:02 +00:00
2012-04-25 19:17:47 +00:00
2012-03-30 09:08:29 +00:00
2011-11-18 22:54:24 +00:00
2012-04-26 18:06:17 +00:00
2012-03-31 13:58:03 +00:00
2012-04-24 16:47:31 +00:00
2012-04-11 21:25:22 +00:00
2012-03-30 08:02:08 +00:00
2012-01-12 21:55:19 +00:00
2012-04-24 19:55:52 +00:00
2012-04-29 15:37:23 +02:00
2012-04-29 13:40:10 +02:00
2012-04-25 19:17:47 +00:00
2012-03-30 08:02:08 +00:00