diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-01-15 01:24:23 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-01-15 01:24:23 +0000 |
commit | a491f928608f763cf4fa6067f7cf9529197afcae (patch) | |
tree | 0f6b43b37e135b66790109e5deb4b827585ee342 /activerecord/CHANGELOG | |
parent | e3103441114b1c5e7b67b71efa9c0b44e03645e6 (diff) | |
download | rails-a491f928608f763cf4fa6067f7cf9529197afcae.tar.gz rails-a491f928608f763cf4fa6067f7cf9529197afcae.tar.bz2 rails-a491f928608f763cf4fa6067f7cf9529197afcae.zip |
MySQL, PostgreSQL: change_column_default quotes the default value and doesn't lose column type information. References #3987, closes #6664.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5935 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 313e9daf10..4b7fc376df 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* MySQL, PostgreSQL: change_column_default quotes the default value and doesn't lose column type information. #3987, #6664 [Jonathan Viney, manfred, altano@bigfoot.com] + * Oracle: create_table takes a :sequence_name option to override the 'tablename_seq' default. #7000 [Michael Schoen] * MySQL: retain SSL settings on reconnect. #6976 [randyv2] |