oracle support
Brought to you by:
codeculturist,
troygould
Added support for oracle database. Also added automated tests which are excluded from the main build. Added a task "test_all" which will run the oracle tests in addition to the other tests.
The GenerateVersionCheck feature was moved to the DbmsSyntax interface and implemented via a stored procedure in oracle. The procedure is included in scripts/versionCheck.ora.sql.
The default GenerateVersionCheck implementation was used for all other DbmsSyntax implementations.
oracle support patch