Changes between Version 8 and Version 9 of ChangingTheDatabase


Ignore:
Timestamp:
Apr 6, 2011, 4:20:48 AM (13 years ago)
Author:
Gavin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChangingTheDatabase

    v8 v9  
    88 * Test or build your custom war with "grails run-app" or "grails war" commands.
    99
    10 Most common databases are supported by Grails (via Hibernate), we test and run MySQL (InnoDB). [[BR]]
     10Most common SQL databases are supported by Grails (via Hibernate), we test and run MySQL (InnoDB). [[BR]]
    1111The database must support transactions and row locking. [[BR]]
    1212A 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]]
     
    2727'''MSSQL'''
    2828
    29 Live deployment in progress (11-Jan-2010) no issues so far. [[BR]]
     29Live deployment in progress (Since 11-Jan-2010) only very minor differences to Mysql. [[BR]]
     30Some searches are more or less inclusive, no real problems in practise. [[BR]]
    3031
    3132'''Oracle DB'''