Changes

Jump to: navigation, search

Run Junit Tests For Non Default SQL Adapter

372 bytes added, 20:58, 6 March 2011
SQL Scripts
##: For exampe, for the PostgreSQL Adapter (9.0), modify the values for binary literals into postgresql's binary literal by changing
##: <code>0x00000000000000000000000000000001</code> to <code>E'\\x00000000000000000000000000000001'</code>
## '''dbname_upd_addr.sql'''
##* Copy and paste the contents of <code>mysql_upd_addr.sql</code> into the new file
##* Modify the script to conform to the sql syntax for the new database
## '''dbname_upd_cont.sql'''
##* Copy and paste the contents of <code>mysql_upd_cont.sql</code> into the new file
##* Modify the script to conform to the sql syntax for the new database
## '''dbname_setup.sql'''
##: This script is used to:
1
edit

Navigation menu