add support for oracle type size units 'char' and 'byte', example: varchar2(55 byte)
This commit is contained in:
parent
b23f3aaa07
commit
ff3dcb814c
4 changed files with 36 additions and 0 deletions
tools/Language/SQL/SimpleSQL
|
@ -37,6 +37,7 @@ test data to the Test.Framework tests.
|
|||
> import Language.SQL.SimpleSQL.SQL2011Schema
|
||||
|
||||
> import Language.SQL.SimpleSQL.MySQL
|
||||
> import Language.SQL.SimpleSQL.Oracle
|
||||
|
||||
Order the tests to start from the simplest first. This is also the
|
||||
order on the generated documentation.
|
||||
|
@ -60,6 +61,7 @@ order on the generated documentation.
|
|||
> ,sql2011AccessControlTests
|
||||
> ,sql2011BitsTests
|
||||
> ,mySQLTests
|
||||
> ,oracleTests
|
||||
> ]
|
||||
|
||||
> tests :: T.TestTree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue