Skip to content

Commit

Permalink
Bum v5.1.4 🚀
Browse files Browse the repository at this point in the history
Fix changelog format.
  • Loading branch information
yajra committed Jan 4, 2018
1 parent c96f140 commit 11df96c
Showing 1 changed file with 89 additions and 43 deletions.
132 changes: 89 additions & 43 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,70 @@
#Laravel-OCI8 Change Log
# Laravel-OCI8 Changelog

## v5.1.4 - 2018-01-04

- Fix hasColumn function. #387

## v5.1.3 - 2016-10-10

#v5.1.3 - 2016-10-10
- Fix table wrapper that uses as keyword. Fix #211
- Remove unused import and excess new line.

#v5.1.2 - 2016-06-14
## v5.1.2 - 2016-06-14

- OracleEloquent switch QueryBuilder implementation depending grammar.
- PR #179, credits to @MTon.

#v5.1.1 - 2016-04-30
## v5.1.1 - 2016-04-30

- Add nvarchar2 support for schema builder.
- PR #168, credits to @pawel-damasiewicz.

#v5.1.0 - 2016-03-08
## v5.1.0 - 2016-03-08

- Add a dedicated branch/tag for Laravel 5.1 support.

#v4.2.6 - 2015-02-09
## v4.2.6 - 2015-02-09

- Return empty string instead of throwing lock shared mode exception.
- Cast all object values to string when binding.

#v4.2.5
## v4.2.5

- Remove PDO typehint to allow closure.
- Use getPdo() when using doctrine connection.
- Fix #143.

#v4.2.4
## v4.2.4

- Fix new instance of Oci8Connection with config on last parameter. PR #142

#v4.2.3
## v4.2.3

- Convert DateTime instance to string.
- Fix issue #134.

#v4.2.2
## v4.2.2

- Fix compileColumnExists method. PR #136

#v4.2.1
## v4.2.1

- Drop sequence and trigger if table is dropped through Blueprint. Fix #106.

#v4.2.0
## v4.2.0

- Use shorter index name. PR #132, Issue #131.

#v4.1.2
## v4.1.2

- Wrap reserved words when commenting on table or columns. PR #128

#v4.1.1
## v4.1.1

- Fix update method compatibility with L5.2. Fix #127.

#v4.1.0
## v4.1.0

- Fix pluck unit tests to passed Laravel 5.2.
- New feature to add comments on columns and table. #124 - Credits to @rafael-renan-pacheco

Expand All @@ -73,16 +91,20 @@
});
```

#v4.0.3
## v4.0.3

- Scrutinizer code refactoring.

#v4.0.2
## v4.0.2

- Add config_path for Lumen. Fix #123

#v4.0.1
## v4.0.1

- Fix PDO Type detection when binding values. Fix #122

#v4.0.0
## v4.0.0

- Change vendor namespace from yajra to Yajra.
- Remove own pluck implementation. Frameworks implementation works out of the box.
- Publishing of config file is now optional.
Expand All @@ -95,102 +117,126 @@
- Add more tests.
- Fix compatibility issues with PHP 7.

#v3.0.0
## v3.0.0

- Drop support for Laravel 4.2 & 5.0.
- Drop Support for PHP 5.4.
- Use PSR-4 auto loading.
- Add oracle config file.
- Update CS style using Laravel 5.1 php cs config.

#v2.4.4
## v2.4.4

- Add timestampTz support #101.

#v2.4.3
## v2.4.3

- Add checker if pdo is in transaction. Fix #83
- Use ~0.14 as default pdo-via-oci8 version.

#v2.4.2
## v2.4.2

- Add support for model using DB Link.
- Fix #79. Credits to @jbaron30.

#v2.4.1
## v2.4.1

- Reverted. Fix UnexpectedValueException when returning response using first().
- Minor code clean-up and updated doc blocks.

#v2.4.0
## v2.4.0

- Converted source code to PSR1/2 coding standard.
- Fix ORA-01002 when usng lockForUpdate.
- Fix ORA-00907 issue #76.
- Fix UnexpectedValueException when returning response using first().
- Throws Oci8Exception when using sharedLock. Not supported atm.
- Will now use git flow process when releasing changes.

#v2.3.1
## v2.3.1

- Fix OracleEloquent Blob insert/update function when updating only the blob field
- Fix Issue #70

#v2.3.0
## v2.3.0

- added support for Oracle Cursor to be returned via Query Builder
- requires `yajra/laravel-pdo-via-oci8:~0.12`

#v2.2.0
## v2.2.0

- added support for Laravel Lumen

#v2.1.4
## v2.1.4

- refactor alter session functions
- enable query log when app.debug = true
- temporary solution for https://github.com/laravel/framework/issues/7085

#v2.1.3
## v2.1.3

- fix set schema alter session query
- enhance oracle alter session variables query

#v2.1.2
## v2.1.2

- improve oracle alter session query

#v2.1.1
## v2.1.1

- remove boot/package function on Oci8ServiceProvider to fix compatibly with Laravel5

#v2.1.0
## v2.1.0

- Added support for CHAR column data type. Fix #51
- Fix failing/todo unit tests

#v2.0.8
## v2.0.8

- Enhance support for TNSNAMES.ORA connection via config[tns]
- Fix set schema function

#v2.0.7
## v2.0.7

- Rollback auto create constraint name
- As per Laravel Docs, constraint full name should be passed (my bad >.<)

#v2.0.6
## v2.0.6

- Refactor drop constraints grammar
- Fix drop constraint name exceeding 30 chars

#v2.0.5
## v2.0.5

- Fix drop primary grammar
- Fix drop foreign grammar
- Fix drop unique grammar
- Fix drop index grammar

#v2.0.4
## v2.0.4

- Fix undefined charset

#v2.0.3
## v2.0.3

- Code clean up and refactoring

#v2.0.2
## v2.0.2

- Refactor OracleAutoIncrementHelper
- Added Sequence Class
- Added Trigger Class

#v2.0.1
## v2.0.1

- Bug fixes and refactoring
- Added OracleAutoIncrementHelper

#v2.0.0
## v2.0.0

- Added support for Laravel 5
- Drop support for Laravel 4.0 and 4.1

#v1.15.0
## v1.15.0

- Stable version for Laravel 4.0, 4.1 and 4.2

0 comments on commit 11df96c

Please sign in to comment.