|
55deceb061
|
Fixes #1076
|
2013-12-23 08:47:30 -05:00 |
|
|
4b2659aeab
|
removed schema prefix from returned table names.
|
2013-12-05 13:01:53 -05:00 |
|
|
4205623918
|
Fixes #1312: fixed types map for MSSQL
|
2013-11-26 01:26:39 +04:00 |
|
|
18fbd7510a
|
Missing return statement
|
2013-11-02 16:12:28 +03:00 |
|
|
1f6a823073
|
Short array syntax
|
2013-10-18 20:52:38 +04:00 |
|
|
43d15155c6
|
cleanup db use statements
|
2013-09-17 10:01:01 +02:00 |
|
|
523a63f576
|
Added TYPE_BIGPK to Schema
|
2013-09-15 15:08:43 +04:00 |
|
|
6fe152da7e
|
Reverted 0bf2dad: it's very common to use lower case for column types and upper case for other DB keywords.
|
2013-09-13 20:13:46 -04:00 |
|
|
0bf2daddd5
|
changed querybuilder typemap to lower case
|
2013-09-13 17:49:29 +02:00 |
|
|
267f2d7849
|
fixed docs in db Schema classes
|
2013-09-05 16:47:05 +02:00 |
|
|
8976b7cbd8
|
moved MSSQL specific property to mssql TableSchema
|
2013-09-05 12:48:52 +02:00 |
|
|
9b6df54c7d
|
Adjusted type map in MSSQL Querybuilder
MSSQL seems to support limits for decimal type, so we add a default
limit.
|
2013-06-03 00:28:32 +02:00 |
|
|
cc5426e549
|
Removed unnecessary code from MSSQL schema.
|
2013-05-27 22:26:20 +06:00 |
|
|
89e3077108
|
MSSQL column case consistency.
|
2013-05-24 00:06:40 +06:00 |
|
|
d67416ab8b
|
MSSQL: select what is really needed from information_schema.columns, not just everything as it was before.
|
2013-05-23 23:41:57 +06:00 |
|
|
2430ebe95d
|
MSSQL AR tests.
|
2013-05-22 22:37:09 +06:00 |
|
|
1f9a46850c
|
MSSQL initial query builder.
|
2013-05-22 22:25:49 +06:00 |
|
|
90395b5df2
|
Refinements to MSSQL driver classes.
|
2013-05-22 21:34:41 +06:00 |
|