import sqlmaker work from the dq branch
authorMatt S Trout <mst@shadowcat.co.uk>
Mon, 7 Oct 2013 09:56:19 +0000 (09:56 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Mon, 7 Oct 2013 09:56:19 +0000 (09:56 +0000)
commit10cef607fdaadada0fb9ceaa956ef2971a89940b
tree240264db6a591905084efc882a1a5d7112bdca64
parent1439bf153439341cdba3ed1e53141ed5a0575705
import sqlmaker work from the dq branch
13 files changed:
lib/DBIx/Class/SQLMaker.pm
lib/DBIx/Class/SQLMaker/ACCESS.pm
lib/DBIx/Class/SQLMaker/Converter.pm [new file with mode: 0644]
lib/DBIx/Class/SQLMaker/Converter/Oracle.pm [new file with mode: 0644]
lib/DBIx/Class/SQLMaker/LimitDialects.pm
lib/DBIx/Class/SQLMaker/MSSQL.pm
lib/DBIx/Class/SQLMaker/MySQL.pm
lib/DBIx/Class/SQLMaker/Oracle.pm
lib/DBIx/Class/SQLMaker/OracleJoins.pm
lib/DBIx/Class/SQLMaker/Renderer/Access.pm [new file with mode: 0644]
lib/DBIx/Class/SQLMaker/Renderer/OracleJoins.pm [new file with mode: 0644]
lib/DBIx/Class/SQLMaker/SQLite.pm
lib/DBIx/Class/Storage/DBIHacks.pm