
Migrations with Text don't work under ORACLE
Reported by Ulrich Kramer | July 9th, 2010 @ 01:38 AM | in 1.0.2
Adding the following line to an existing model
property :directory_tree_z, Text
yields to an error because the ALTER TABLE statement is not correct.
@@@ SQL ALTER TABLE ... ADD COLUMN DIRECTORY_TREE_Z CLOB
"ADD COLUMN" has to be changed to "ADD"
Comments and changes to this ticket
-
Dan Kubb (dkubb) July 12th, 2010 @ 10:37 AM
- State changed from new to resolved
(from [aa3498935806ea5431272fb0c3da0178e84c53e5]) Oracle's 'ALTER TABLE' needs 'ADD' instead of 'ADD COLUMN'
[#1357 state:resolved] http://github.com/datamapper/dm-migrations/commit/aa3498935806ea543...
-
Martin Gamsjaeger (snusnu) July 12th, 2010 @ 10:45 AM
- Milestone set to 1.0.2
- Assigned user set to Martin Gamsjaeger (snusnu)
- Milestone order changed from 196230 to 0
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
People watching this ticket
Referenced by
-
1357 Migrations with Text don't work under ORACLE [#1357 state:resolved] http://github.com/datamapper/dm-m...