Commit Graph

47 Commits

Author SHA1 Message Date
Deon George
b4407e6bc1
Add IBM_DB2 support 2021-09-06 15:28:20 +10:00
Maxime Rault
8ee8a02237 NEW: Queue managing with DB2 ODBC connections 2020-09-25 12:13:45 +02:00
Maxime Rault
5c6bef7fa0 Laravel 7.0 compatibility 2020-05-04 13:53:32 +02:00
Maxime Rault
c5aa87d9a3 add dropColumn schema migration feature 2019-07-16 09:42:20 +02:00
Maxime Rault
1f777ab61f Merge branch 'master' of https://github.com/cooperl22/laravel-db2 2019-03-14 15:31:57 +01:00
sarahkemp
2eb655d5fd move order bindings to select after compileOver 2019-03-14 15:29:45 +01:00
Maxime Rault
ca2c195c8f Complete DSN for PDO_IBM connections 2019-03-14 15:19:28 +01:00
Maxime Rault
32be149f95 Fix support Lumen 2018-10-12 12:15:17 +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
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
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
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
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
Lucas Mezêncio
a973bc6e7e Fix merge poorly made :(
My bad
2016-08-30 11:45:10 -03: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
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
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
85a8cacce5 Better connection management:
- No mandatory ODBC connection under Operating System admnistration
- add all ODBC settings according official IBM documentation
2015-07-22 17:23:32 +02:00
Maxime Rault
b902a5e030 Add default date format 2015-06-12 17:17:34 +02:00
xavier
10fd2513bf gestion des champs de type text() 2015-06-04 11:42:05 +02:00
Maxime Rault
3e0acb478d first commit 2015-04-22 14:41:53 +02:00