Changes between Version 8 and Version 9 of ChangingTheDatabase
- Timestamp:
- Apr 6, 2011, 4:20:48 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ChangingTheDatabase
v8 v9 8 8 * Test or build your custom war with "grails run-app" or "grails war" commands. 9 9 10 Most common databases are supported by Grails (via Hibernate), we test and run MySQL (InnoDB). [[BR]]10 Most common SQL databases are supported by Grails (via Hibernate), we test and run MySQL (InnoDB). [[BR]] 11 11 The database must support transactions and row locking. [[BR]] 12 12 A jar matching the configuration needs to be placed in the projects lib dir (e.g. lib/mysql-connector-java-5.1.7-bin.jar [http://dev.mysql.com/downloads/connector/j/5.1.html Connector]) [[BR]] … … 27 27 '''MSSQL''' 28 28 29 Live deployment in progress (11-Jan-2010) no issues so far. [[BR]] 29 Live deployment in progress (Since 11-Jan-2010) only very minor differences to Mysql. [[BR]] 30 Some searches are more or less inclusive, no real problems in practise. [[BR]] 30 31 31 32 '''Oracle DB'''