Alexander Makarov
|
4205623918
|
Fixes #1312: fixed types map for MSSQL
|
11 years ago |
Alexander Mohorev
|
18fbd7510a
|
Missing return statement
|
11 years ago |
Alexander Makarov
|
1f6a823073
|
Short array syntax
|
11 years ago |
Carsten Brandt
|
43d15155c6
|
cleanup db `use` statements
|
11 years ago |
Alexander Makarov
|
523a63f576
|
Added TYPE_BIGPK to Schema
|
11 years ago |
Qiang Xue
|
6fe152da7e
|
Reverted 0bf2dad: it's very common to use lower case for column types and upper case for other DB keywords.
|
11 years ago |
Carsten Brandt
|
0bf2daddd5
|
changed querybuilder typemap to lower case
|
11 years ago |
Carsten Brandt
|
267f2d7849
|
fixed docs in db Schema classes
|
11 years ago |
Carsten Brandt
|
8976b7cbd8
|
moved MSSQL specific property to mssql TableSchema
|
11 years ago |
Carsten Brandt
|
9b6df54c7d
|
Adjusted type map in MSSQL Querybuilder
MSSQL seems to support limits for decimal type, so we add a default
limit.
|
12 years ago |
resurtm
|
cc5426e549
|
Removed unnecessary code from MSSQL schema.
|
12 years ago |
resurtm
|
89e3077108
|
MSSQL column case consistency.
|
12 years ago |
resurtm
|
d67416ab8b
|
MSSQL: select what is really needed from information_schema.columns, not just everything as it was before.
|
12 years ago |
resurtm
|
2430ebe95d
|
MSSQL AR tests.
|
12 years ago |
resurtm
|
1f9a46850c
|
MSSQL initial query builder.
|
12 years ago |
resurtm
|
90395b5df2
|
Refinements to MSSQL driver classes.
|
12 years ago |