mirror of
https://github.com/rbock/sqlpp11.git
synced 2025-12-31 10:10:28 -06:00
ddl2cpp tests
This commit is contained in:
18
test_scripts/ddl2cpp_sample_bad.sql
Normal file
18
test_scripts/ddl2cpp_sample_bad.sql
Normal file
@@ -0,0 +1,18 @@
|
||||
TOTAL SQL GIBBERISH HERE
|
||||
CREATETABLE tab_foo
|
||||
(gdfgdsf
|
||||
delta varchar(255,
|
||||
_epsilon bigint,
|
||||
`omega` double
|
||||
);
|
||||
|
||||
CREATE TABLE tab_bar
|
||||
|
||||
alpha bigint AUTO_INCREMENT,
|
||||
. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
||||
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||
* LOSS OF USE, DATA, OR PRULL,
|
||||
delta int
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user