Kyle Robinson Young
|
98f03dc6df
|
Replacing test case compatibility functions
|
2011-11-16 21:07:08 -05:00 |
|
mark_story
|
0a0a09920b
|
Updating for PHP5.4
- Fixing strict errors.
- Fixing call time pass by reference as its been removed in PHP5.4
- Fix assign new as a reference, which has been removed.
|
2011-11-12 21:42:19 -05:00 |
|
Gun.io Whitespace Robot
|
4742168253
|
Remove whitespace [Gun.io WhitespaceBot]
|
2011-10-28 18:25:08 -04:00 |
|
Jose Lorenzo Rodriguez
|
cfd2d9e00b
|
Updating all @package annotations in doc blocks
|
2011-07-26 01:46:14 -04:30 |
|
Mark Story
|
08f1afe328
|
Updating varchar, text columns to use nvarchar.
This storage type stores unicode properly, and is the
saner default datatype for most applications.
Fixes #1321
|
2011-06-23 23:01:17 -07:00 |
|
Mark Story
|
6bcfd19ea7
|
Fixing tests that shouldn't have been changed.
|
2011-06-23 16:27:59 -07:00 |
|
Mark Story
|
9ab2ec7d49
|
Adding support for Unicode characters. Refs #1321
|
2011-06-23 15:46:03 -07:00 |
|
Mark Story
|
e33a9a7846
|
Adding new limit/offset pagination for SQLServer 11.
|
2011-06-22 17:01:36 -07:00 |
|
Mark Story
|
1a155c80c0
|
Fixing support for nchar and nvarchar fields in SQL server.
These fields report their length as double of what its defined.
|
2011-06-22 11:39:06 -07:00 |
|
Mark Story
|
1df0801c33
|
Updating SQLServer test to pass when the app has a model.
|
2011-06-22 11:08:14 -07:00 |
|
Mark Story
|
a825d8280f
|
Adding support for SQLServer's datetime2 column,
as that is the preferred datetime format in SQLServer.
|
2011-06-22 10:24:45 -07:00 |
|
Mark Story
|
0c1472ee44
|
Adding better support for nvarchar(MAX) in SQLServer
Newer versions of SQLServer perfer to use nvarchar(max) for
text columns.
|
2011-06-22 09:05:06 -07:00 |
|
Jose Lorenzo Rodriguez
|
d0ef655601
|
Using the field name for aliasing for Sqlsrv as in Postgres, removing dead code
|
2011-06-21 18:58:33 -04:30 |
|
Jose Lorenzo Rodriguez
|
97e51f1d94
|
Removing Sqlserver::value() as it is already abstracted in DboSource
|
2011-06-21 18:07:05 -04:30 |
|
Mark Story
|
4deedf6da2
|
Removing extra paging result that ends up because of SQLserver 10 workarounds.
|
2011-06-21 13:17:49 -07:00 |
|
Juan Basso
|
192812ee7f
|
Updating the copyright to 2011.
|
2011-05-30 22:32:43 -04:00 |
|
Renan Gonçalves
|
3f72c92226
|
Removing the unset(->db); since it trigger errors by the Fixture Manager when it tries to drop the created tables.
|
2011-05-24 19:56:45 +02:00 |
|
Juan Basso
|
39320ef352
|
Renamed the Mssql driver to Sqlserver.
|
2011-05-22 23:19:13 -04:00 |
|