Taylor Otwell
23bdbd0834
Tweak postgres connector.
2013-01-05 16:22:32 -06:00
Taylor Otwell
e8cd58a9bc
Merge pull request #1444 from eddmann/bug/database-connector
...
Fixed connector options merge bug.
2013-01-05 12:17:11 -08:00
Taylor Otwell
7b846be4c4
Allow multiple schemas in pgsql.
2013-01-05 13:15:59 -06:00
David Staley
4cea38e0b3
Added in a new method for checking pdo drivers
...
Added in a more dynamic method for checking whether to use dblib or
sqlsrv drivers for a mssql pdo connection. This is to make local mac
devs work well with windows prod machines.
2013-01-02 10:44:20 -07:00
Edward Mann
c6290d11fa
Fixed connector options merge bug.
...
Fixed issue with options ordering when merging the default and user values into one array.
2012-11-14 18:57:46 +00:00
Taylor Otwell
c7679bafe0
Merge pull request #770 from abigwonderful/develop
...
added dblib option to sqlsrv connector class /sam fitz (abigwonderful)
2012-09-01 16:45:50 -07:00
Rack Lin
54f4cb2644
Added support PostgreSQL schema setting, if schema has been specified.
...
Signed-off-by: Rack Lin <racklin@gmail.com>
2012-07-19 12:55:23 +08:00
Samuel Fitz
db351fedf0
added dblib option to sqlsrv connector class /sam fitz (abigwonderful)
...
simple conditional added to look for dsn type. if set and is dblib,
syntax for PDO connection adjusted slightly to allow for mac connection
to mssql server (utilizing freetds)
2012-06-05 13:31:21 -06:00
Taylor Otwell
691d68ba54
improve / fix postgres support.
2012-05-30 14:23:27 -05:00
Taylor Otwell
9dee79ba00
Fixing SQLite connector.
...
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-27 10:25:42 -05:00
Taylor Otwell
68b4e55336
Cleaning up code.
...
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-17 16:12:26 -05:00
Taylor Otwell
fe0b4b287d
cleaning up code.
2012-02-17 16:30:11 -06:00
Taylor Otwell
3507d15323
fix charset in mysql and pgsql connectors.
2012-02-17 14:38:25 -06:00
Taylor Otwell
479b3f6773
cleaning up various codes.
2012-02-13 23:51:33 -06:00
Taylor Otwell
3a92facc76
updated routing to fix several issues.
2012-02-12 14:48:36 -06:00
Taylor Otwell
97fcea1e51
cleaned up paths.
2012-01-28 14:55:08 -06:00
Taylor Otwell
f44c565ee4
converted path constants to $GLOBALS.
2012-01-27 16:17:43 -06:00
Taylor Otwell
e41657c4d1
do not check for existence of sqlite database before connecting.
2012-01-21 10:39:54 -06:00
Taylor Otwell
b5442c67fc
merged skunkworks into develop.
2012-01-16 13:59:24 -06:00
Phill Sparks
58638216e8
Throw better Exceptions
2011-11-15 12:35:04 +00:00
Taylor Otwell
9281f04cdd
minor refactorings.
2011-11-11 23:15:17 -06:00
Taylor Otwell
b6ab0b08ce
moving some laravel classes around, switching alias to reflect changes. added some factories. removed system ioc container config file.
2011-11-11 21:27:30 -06:00
Taylor Otwell
e8561ca905
Clean up the MySQL database connector.
2011-11-07 13:35:00 -06:00
Taylor Otwell
05902d22d4
Cleaning up the Postgres connector.
2011-11-07 13:32:31 -06:00
Taylor Otwell
9caf239f6b
various refactorings.
2011-11-02 21:27:43 -05:00
Taylor Otwell
21dccae755
refactor sqlite connector to accept path in constructor.
2011-10-20 22:17:40 -05:00
Taylor Otwell
48f1879b9f
tweaking comments in sqlite connector.
2011-10-15 23:33:26 -05:00
Taylor Otwell
1fb70a8568
cleaning up sqlite connector.
2011-09-28 22:49:20 -05:00
Taylor Otwell
9c319ba0fc
refactoring database layer.
2011-09-28 21:43:11 -05:00
Taylor Otwell
c6f9734603
refactoring.
2011-09-27 21:10:32 -05:00
Taylor Otwell
cb5a426cba
added database connectors and cleaned up configuration.
2011-09-17 23:46:24 -05:00