All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- chore: Add Changelog.
d499542
- chore: Update composer.
084fce6
- ci: Update Github configuration.
374399e
- ci: Update Github configuration.
58163af
- ci: Update Github configuration.
286602d
- ci: Update Github configuration.
663ce5f
- ci: Update Github configuration.
4c550ba
- ci: Update Github configuration.
55b7b78
- ci: Add missing extension.
4de1e7a
- ci: Update Github configuration.
49340a0
- ci: Fix tests.
16bfa23
- refactor: Do not register the cursor Type in the driver automatically.
ebfd305
- refactor: Fix exception handling.
d8ed792
- refactor: Minor cleanup and tests.
ffc5a1e
- ci: Update Github configuration.
8809453
- ci: Update Docker image.
19d7622
- tests: Update PHPUnit configuration.
f2cecf6
- ci: Update Github actions.
0a81749
- chore: Update default .env file for the tests.
277b325
- chore: Add Github configuration files.
187e818
- refactor: Disable tests in Grumphp for now.
ec309a9
- chore: Update static files.
1a9330e
- docs: Update README, License and Maintainers.
15ad14f
- refactor: Update namespace, name, license.
763c4d9
- Update Docker instance to use PHP 7.4 and Oracle 12.
aa4c958
- Update README and include a paragraph about testing.
123caf0
- Update docker-compose and include a PHP docker image with OCI driver.
b46aea4
- Move OciWrapper class in its own file.
bab40e4
- Prevent "OCI_SUCCESS_WITH_INFO: ORA-28002: the password will expire within 7 days"
4870441
- Update bootstrap.
b07e912
- Remove composer.lock file.
7c81540
- Update static files.
a690ce7
- Composer.json normalization
f333026
- Fixed PSR-4 paths.
a2c9ff8
- Reorganized statement tests. Removed unused and useless code.
7f58ab9
- Update README.md
9b491a8
- Update README.md
ebaa4cc
- Fixed incorrect method signatures.
0c2f2d3
- Updated README
2285487
- Updated main code to work with PHP ^7.1 and Doctrine DBAL ^2.6.
fb28ae0
- Fixed php version constraint.
d366eaf
- Switch to using Symfony Dotenv library.
a5bedb4
OCI8Statement::fetchAll()
will now process cursors when fetch mode isPDO::FETCH_COLUMN
.e080ebc
- Added method
OCI8Statement::fetchColumn()
.fe046c8
- Enhanced some comments. Reformatted some code.
e16d21e
- Updated dependencies.
9fb6270
- Fixed grammar error.
bc0a49f
- Added cursor and array param unit tests.
d1dc1d0
- PARAM_ constants. Some unit testing.
c1c51d9
- Preparing for unit test creation.
90580ea
- Added bindByName() and bindArrayByName() wrapper methods.
2b9cb1f
- Made compatible with PHP 5.3.
78f6f6f
- Fixed bug with shared resource fields.
a35b81c
- Updated README.md
015e170
- Auto-fetch cursor resources returned as values.
42db06d
- Refined dependency requirements.
199780a
- Added docblocks.
ab1675a
- Check for "OCI_" or "SQLT_" prefix before treating a type as a constant name.
a86fe27
- Now passing original column name to parent::bindParam().
3643859
- Added Symfony Debug component.
7833b5c
- Added ability to bind to an array.
caf973a
- Initial commit.
3eaafdc