Maxime Rault
92137152c5
Laravel 5.7 compatibility
2018-09-28 16:31:48 +02:00
Anthony J Birone
042ec84297
Update composer.json for Laravel 5.7 support
...
Test support for Laravel 5.7
2018-09-28 16:28:42 +02:00
Maxime Rault
b78b01e7cd
Added a check to prevent the 'Set schema' query if a schema is not provided
2018-07-11 15:42:40 +02:00
Gabriel Gonçalves
35c2806fe2
Updating method getdsn get connection parameters
2018-07-11 15:33:00 +02:00
Maxime Rault
95bce1ed3a
implements datetime type
2018-07-11 09:59:59 +02:00
Maxime Rault
a1aad3bb54
Add compileExists grammar
2018-07-05 08:32:49 +02:00
Maxime Rault
ad191bbbe0
Laravel 5.6 compatibility
2018-02-14 15:49:26 +01:00
Cooperl Arc Atlantique
8e1c1c2e40
Add package auto discovery feature compatibility from Laravel 5.5
2017-09-21 16:05:26 +02:00
Cooperl Arc Atlantique
8331aa8551
Merge pull request #28 from pulasthibandara/patch-4
...
added DB2 specific SAVEPOINT grammar
2017-07-27 09:22:34 +02:00
Cooperl Arc Atlantique
9f04123918
Update README.md
2017-07-05 11:00:00 +02:00
Cooperl Arc Atlantique
0b60681a6b
Update DB2ServiceProvider.php
...
Create config name entry from connection name
2017-07-01 18:31:41 +02:00
Cooperl Arc Atlantique
3ea1576fb0
Fix on schema grammar constructor
2017-06-30 09:07:15 +02:00
Cooperl Arc Atlantique
0b0a2a5201
Refactoring
2017-06-23 15:54:36 +02:00
Maxime Rault
dd6771f8fe
Fix for Lumen
2017-06-09 11:05:19 +02:00
alebreton
ebf2348485
Compatibilité avec DB2 Express C
2017-06-09 08:37:00 +02:00
Maxime Rault
96670e0eaa
Add Lumen compatibility
2017-05-15 14:58:17 +02:00
paul
92fde4b684
added DB2 specific SAVEPOINT grammar
2017-05-01 14:10:31 +12:00
Cooperl Arc Atlantique
dd653705da
Merge pull request #23 from pulasthibandara/patch-3
...
added compile random method to db2 grammar
2017-04-14 16:09:12 +02:00
Maxime Rault
5a767e4bca
Update README
2017-04-14 16:06:33 +02:00
Maxime Rault
4b4aa2758e
Update composer to PHP 5.6.4 and README
2017-04-14 16:02:15 +02:00
Cooperl Arc Atlantique
25a281e991
Merge pull request #21 from pulasthibandara/patch-2
...
grammar changed to fix datetime type issue
2017-04-14 10:45:06 +02:00
Cooperl Arc Atlantique
eef5a1b75b
Merge pull request #25 from mfrancisc/patch-1
...
[Fix] Fix number of parameters
2017-04-14 10:25:32 +02:00
Francisc Munteanu
ac353d84a3
[Fix] Fix number of parameters
...
Fix for this error:
[ErrorException]
Declaration of Cooperl\Database\DB2\Schema\Blueprint::indexCommand() should be compatible with Illuminate\Databa
se\Schema\Blueprint::indexCommand($type, $columns, $index, $algorithm = NULL)
2016-12-15 16:44:05 +01:00
paul
2d4fdf23ca
added compile random method to db2 grammar
2016-11-10 14:14:45 +13:00
paul
91579c853a
default value added to datetime
2016-09-15 16:32:15 +12:00
paul
63f5ad4c0b
datetime type grammar fixed
2016-09-15 16:29:20 +12:00
Maxime Rault
e26b9b4bcb
Fix syntax
2016-09-08 08:19:46 +02:00
Cooperl Arc Atlantique
0f5cbff09d
Merge pull request #16 from lucasmezencio/master
...
Fix merge poorly made :(
2016-08-30 17:04:43 +02:00
Lucas Mezêncio
a973bc6e7e
Fix merge poorly made :(
...
My bad
2016-08-30 11:45:10 -03:00
Cooperl Arc Atlantique
437479657b
Merge pull request #15 from lucasmezencio/master
...
Add IBM Mainframe z/OS support
2016-08-30 15:19:24 +02:00
Lucas Mezêncio
1d08883ef7
Merge remote-tracking branch 'cooperl22/master'
2016-08-24 09:56:59 -03:00
Maxime Rault
ed43908a2d
Qualify * with table name when row_number() follows
2016-08-24 10:10:24 +02:00
Maxime Rault
5b8fa9da42
Fix missing select clause on some queries.
2016-08-24 09:59:00 +02:00
Maxime Rault
ecba8b0b03
clean code
2016-08-24 09:41:28 +02:00
Lucas Mezêncio
34446c5ea5
Spaces over tabs
2016-08-22 15:46:08 -03:00
Lucas Mezêncio
679045e0dd
Update README.md
2016-08-22 15:44:46 -03:00
Lucas Mezêncio
81cb89a639
Add z/OS compatibility to DB2 Service Provider
2016-08-19 14:09:39 -03:00
Lucas Mezêncio
92f6800a01
Add z/OS Connector and Processor
2016-08-19 14:09:04 -03:00
Lucas Mezêncio
b19daaa67c
Reindent code and apply to PSR-2 standards
...
Also make code more readable in some ways. :)
2016-08-19 13:23:42 -03:00
Maxime Rault
e8f17c13a7
Change "name" setting to "driverName" because of a conflict with standard Laravel setting not documented
2016-05-10 15:49:47 +02:00
Cooperl Arc Atlantique
0e83f3783b
Update README.md
2016-05-09 09:20:17 +02:00
Cooperl Arc Atlantique
c420051f1c
Update config.php
2016-05-09 09:17:39 +02:00
Maxime Rault
4dd6e93e82
Back from config['type'] to config['driver'] like Laravel standard.
2016-05-04 10:34:59 +02:00
Maxime Rault
f753156019
Add parameter for ODBC IBM i driver name.
2016-05-04 09:17:24 +02:00
Maxime Rault
79c3cf22d0
Mise à jour pour rendre les méthodes increments comme par défaut à savoir que cela crée une clé primaire par la même occasion
2016-02-05 09:13:08 +01:00
Maxime Rault
ed2787c21c
Change README and config
2015-07-30 14:24:53 +02:00
Maxime Rault
22482cff22
Fix on merging PDO_IBM options
2015-07-23 11:45:01 +02:00
Maxime Rault
865fa6e48a
Fix namespace for PDO Class
2015-07-23 09:54:55 +02:00
Maxime Rault
f55f064f00
Change composer.json
2015-07-23 09:25:06 +02:00
Maxime Rault
c8737b3057
Merge branch 'master' of https://github.com/cooperl22/laravel-db2
2015-07-23 09:21:08 +02:00