- 04 Feb, 2017 2 commits
-
-
Walt Sorensen authored
-
Walt Sorensen authored
- Suspend HHVM testing until the following items are resolved - HHVM PHP 7 mode issues. - facebook/hhvm#7626 php 7 mode not recognized by composer as PHP 7 - facebook/hhvm#7198 type annotations on internal functions, `expects parameter 1 to be _______, null given` - facebook/hhvm#7544 HHVM INI settings for PHP7 mode `php 7 is not the same as php 7.1` - Trusty Container issues (currently beta) - https://github.com/travis-ci/travis-ci/issues/6842 - MySQL socket issue on Trusty beta Container (assume fixed sometime after 1Q17) - Add line to Force hhvm PHP 7 mode for future testing - HHVM fails on composer `This package requires php ^7.0 but your HHVM version does not satisfy that requirement` - reference for change https://docs.hhvm.com/hhvm/configuration/INI-settings#php-7-settings
-
- 01 Feb, 2017 2 commits
-
-
Steve Müller authored
Mysqli: Allow secure connections using SSL
-
Pau authored
The current driver has no option to allow the usage of SSL connections on mysql. I've used the same name params as mysql client. An example of mysql client usage would be: mysql --ssl-ca='path_to_ca.pem' --ssl-cert='path_to_client_cert.pem' --ssl-key='path_to_client_key.pem' refactor secure connection as params remove space add space refactor secure connection rename method rename method docs: add ssl params to use in mysqli driver rename test method refactor method setSecureConnection fix bug add comment to method remove string escaping
-
- 27 Jan, 2017 2 commits
-
-
Steve Müller authored
MasterSlaveConnection::connect: Remove dead code
-
Jonathan Vollebregt authored
-
- 23 Jan, 2017 3 commits
-
-
Marco Pivetta authored
[DBAL-2508] Pass through index options when renaming index on table
-
Marco Pivetta authored
[DBAL-2555] Fix date and datetimetz type mapping on Oracle
-
Steve Müller authored
-
- 22 Jan, 2017 1 commit
-
-
Steve Müller authored
-
- 21 Jan, 2017 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 20 Jan, 2017 1 commit
-
-
Steve Müller authored
-
- 19 Jan, 2017 2 commits
-
-
Marco Pivetta authored
[DBAL-2511] Fix type list extraction in connection update method
-
Marco Pivetta authored
[DBAL-2586] Fix current date and time SQL generation on SQL Server
-
- 18 Jan, 2017 5 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Marco Pivetta authored
[DBAL-2595] Remove fragile test that cannot be abstracted across PostgreSQL versions
-
Steve Müller authored
-
Marco Pivetta authored
[DBAL-2595] Fix retrieving last insert ID for FQN sequence name with OCI8
-
- 17 Jan, 2017 4 commits
-
-
Steve Müller authored
-
Marco Pivetta authored
[DBAL-2594] Mark commented types implicitly
-
Steve Müller authored
-
Bill Schaller authored
Hotfix 2313 infinite loop
-
- 16 Jan, 2017 3 commits
-
-
Steve Müller authored
IBM_DB2 platform doesn't handle offset without limit
-
Sergei Morozov authored
-
Steve Müller authored
Oracle platform ignores OFFSET in case if LIMIT is not specified
-
- 15 Jan, 2017 4 commits
-
-
Marco Pivetta authored
URL-decode URL-style DSN
-
Marco Pivetta authored
add postgresql: "9.6"
-
Christian Schmidt authored
-
Christian Schmidt authored
-
- 14 Jan, 2017 6 commits
-
-
Walt Sorensen authored
-
Sergei Morozov authored
-
Steve Müller authored
Fix parameter list expansion inside PostgreSQL arrays
-
Steve Müller authored
Fixed ORA-01427 when listing columns
-
Steve Müller authored
Escape to the global namespace under custom namespaces
-
Steve Müller authored
Replacing spaces in the pgsql dsn string with semicolons as this is m…
-
- 12 Jan, 2017 2 commits
-
-
Marco Pivetta authored
Corrected styling around the GUID type in the types documentation
-
Jean Baptiste Noblot authored
guid type not bolded
-
- 07 Jan, 2017 1 commit
-
-
Marco Pivetta authored
Fix a notice during tests if not realized with pgsql
-