Skip to content

Merged from upstream #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 76 commits into from
Sep 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
b11be65
Enable usage of TableIdentifier in CreateTable DDL
Aug 27, 2016
b27d4f0
Add usage of TableIdentifier in AlterTable DDL
Aug 27, 2016
10b4d0c
Add usage of TableIdentifier in DropTable DDL
Aug 27, 2016
56b1d41
Standardize docs
Aug 27, 2016
86b7c79
Update docs with TableIdentifier usage
Aug 27, 2016
172730c
Updated CHANGELOG
ezimuel Dec 6, 2017
334aa1c
Merge branch 'hotfix/289' into develop
weierophinney Dec 7, 2017
23127bf
Bumped version
weierophinney Dec 7, 2017
1a048b7
Merge branch 'hotfix/292' into develop
weierophinney Dec 11, 2017
d915cdf
Bumped version
weierophinney Dec 11, 2017
e1f7329
Merge branch 'hotfix/304' into develop
weierophinney Mar 27, 2018
6c4ce55
Merge branch 'samsonasik-hydrator-call' into develop
ezimuel Apr 3, 2018
a00e6dc
Merge branch 'samsonasik-fix-295' into develop
ezimuel Apr 3, 2018
74fd6a8
Merge branch 'tptrixtop-join-update-fix' into develop
ezimuel Apr 3, 2018
4d7c7f4
Merge branch 'hotfix/311' into develop
weierophinney Apr 4, 2018
251f18c
Merge branch 'tptrixtop-master' into develop
ezimuel Apr 5, 2018
aaffe90
Merge branch 'samsonasik-patch-1' into develop
ezimuel Apr 9, 2018
7f801b8
Merge branch 'webimpress-hotfix/php-coveralls' into develop
ezimuel Apr 9, 2018
71d722f
Updated CHANGELOG
ezimuel Apr 9, 2018
9825a1d
Update AbstractTableGateway.php
lowtower Apr 11, 2018
78377c7
@return AbstractResultSet
lowtower Apr 11, 2018
96a8632
Add missing use statement
lowtower Apr 11, 2018
fa22d52
Change type of $resultSetPrototype as suggested by @samsonasik
lowtower Apr 13, 2018
1ac578f
count() usage optimization
samsonasik May 8, 2018
7736d5b
using === for count() compare
samsonasik May 8, 2018
58271ef
Merge branch 'samsonasik-count-op'
ezimuel May 29, 2018
c6032ad
Fixed conflict on CHANGELOG
ezimuel May 29, 2018
b1e7f04
remove unneeded strtolower() call as previously already called
samsonasik Jul 3, 2018
abc0cfa
Fixes parameter name prefixes not populating into subselects
fuel-odrais Jul 23, 2018
81168db
Adds changelog entry for pull request
fuel-odrais Jul 23, 2018
94d166a
Fixed conflicts + added phpdoc
ezimuel Aug 6, 2018
316bff6
Merge branch 'wandersonwhcr-ddl-tableidentifier' into develop
ezimuel Aug 6, 2018
e01d2b2
Updated CHANGELOG with #157
ezimuel Aug 6, 2018
e960c99
Merge branch 'FuelMedical-master'
ezimuel Aug 7, 2018
d9b1af5
Merge branch 'FuelMedical-master' into develop
ezimuel Aug 7, 2018
a1a79e1
Merge branch 'rem-strtolower' of https://github.com/samsonasik/zend-d…
ezimuel Aug 7, 2018
9d758f6
Merge branch 'samsonasik-rem-strtolower'
ezimuel Aug 7, 2018
d8df16a
Merge branch 'samsonasik-rem-strtolower' into develop
ezimuel Aug 7, 2018
003a238
return ResultSetInterface if applicable
lowtower Aug 7, 2018
becebb1
remove unused use statements
lowtower Aug 7, 2018
02b1ea4
Merge branch 'fix-ResultType' of https://github.com/lowtower/zend-db …
ezimuel Aug 8, 2018
23276c6
Merge branch 'lowtower-fix-ResultType'
ezimuel Aug 8, 2018
6e88fc7
Merge branch 'lowtower-fix-ResultType' into develop
ezimuel Aug 8, 2018
e4b6014
Fixes #330 current NULL for mysqli
ezimuel Aug 17, 2018
22de223
restore missing use file
Sep 7, 2018
c8fafe8
Fix undefined variable bug in MetadataFeature
Xerkus Oct 18, 2018
6f6c9a4
Fixed typo
arueckauer Dec 4, 2018
ea8a913
Merge branch 'arueckauer-bugfix/typo-missing-r'
ezimuel Dec 6, 2018
c66dff4
Merge branch 'arueckauer-bugfix/typo-missing-r' into develop
ezimuel Dec 6, 2018
d0a3c9f
Merge branch 'hotfix/315' of https://github.com/Xerkus/zend-db into X…
ezimuel Dec 6, 2018
d72dd8e
Merge branch 'Xerkus-hotfix/315'
ezimuel Dec 6, 2018
0bdc25e
Merge branch 'Xerkus-hotfix/315' into develop
ezimuel Dec 6, 2018
94f2ce5
Merge branch 'fix-abstract-table-gateway' of https://github.com/miste…
ezimuel Dec 6, 2018
2f365a8
Added unit test for #338
ezimuel Dec 6, 2018
164a104
Merge branch 'mistermann87-fix-abstract-table-gateway'
ezimuel Dec 6, 2018
47ab908
Merge branch 'mistermann87-fix-abstract-table-gateway' into develop
ezimuel Dec 6, 2018
0c3f695
Allow usage of zend-hydrator v3
weierophinney Dec 11, 2018
f92ada5
Update to use zend-hydrator v3 classes when available
weierophinney Dec 10, 2018
4fff35b
Merge pull request #345 from weierophinney/feature/zend-hydrator-3
Ocramius Dec 11, 2018
633eaf8
Add Expression as allowed value to Select
andreasschroth Jan 20, 2019
812517e
Hotfix #355: Named params in subquery - limit and offset
michalbundyra Feb 14, 2019
c928cd2
Added PHP 7.3 support - updated Travis CI configuration
michalbundyra Dec 15, 2018
313cfa4
Removed empty section "before_script" in Travis CI configuration
michalbundyra Feb 14, 2019
5e8b121
Adds CHANGELOG entry for #346
michalbundyra Feb 14, 2019
e1ec297
Merge branch 'webimpress-hotfix/355-subselect-limit-offset-named-params'
ezimuel Feb 20, 2019
3d7e82c
Merge branch 'webimpress-hotfix/355-subselect-limit-offset-named-para…
ezimuel Feb 20, 2019
15e6705
Merge branch 'patch-2' of https://github.com/andreasschroth/zend-db i…
ezimuel Feb 21, 2019
3117a5f
Merge branch 'andreasschroth-patch-2'
ezimuel Feb 21, 2019
8622f0e
Merge branch 'andreasschroth-patch-2' into develop
ezimuel Feb 21, 2019
b46dabe
Merge branch 'feature/php-7.3-support' of https://github.com/webimpre…
ezimuel Feb 21, 2019
bf285f9
Merge branch 'webimpress-feature/php-7.3-support'
ezimuel Feb 21, 2019
93ae491
Updated CHANGELOG
ezimuel Feb 21, 2019
ba767b6
Merge branch 'fix/null-current-mysqli' of https://github.com/ezimuel/…
ezimuel Feb 25, 2019
1977da3
Merge branch 'ezimuel-fix/null-current-mysqli' into develop
ezimuel Feb 25, 2019
77022f0
Updated CHANGELOG for 2.10.0
ezimuel Feb 25, 2019
4c68f2c
Updated CHANGELOG
ezimuel Feb 25, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
sudo: false

language: php

cache:
Expand All @@ -21,7 +19,7 @@ matrix:
- mysql
env:
- DEPS=locked
- LEGACY_DEPS="phpunit/phpunit"
- LEGACY_DEPS="phpunit/phpunit zendframework/zend-hydrator"
- TEST_INTEGRATION=true
- TESTS_ZEND_DB_ADAPTER_DRIVER_MYSQL=true
- php: 5.6
Expand All @@ -35,7 +33,7 @@ matrix:
- mysql
env:
- DEPS=locked
- LEGACY_DEPS="phpunit/phpunit"
- LEGACY_DEPS="phpunit/phpunit zendframework/zend-hydrator"
- TEST_INTEGRATION=true
- TESTS_ZEND_DB_ADAPTER_DRIVER_MYSQL=true
- php: 7.0
Expand All @@ -49,6 +47,7 @@ matrix:
- mysql
env:
- DEPS=locked
- LEGACY_DEPS="zendframework/zend-hydrator"
- CS_CHECK=true
- TEST_COVERAGE=true
- TEST_INTEGRATION=true
Expand Down Expand Up @@ -78,6 +77,15 @@ matrix:
- php: 7.2
env:
- DEPS=latest
- php: 7.3
env:
- DEPS=lowest
- php: 7.3
env:
- DEPS=locked
- php: 7.3
env:
- DEPS=latest

before_install:
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
Expand All @@ -90,8 +98,6 @@ install:
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS $COVERAGE_DEPS ; fi
- stty cols 120 && composer show

before_script:

script:
- if [[ $TEST_COVERAGE == 'true' ]]; then composer test-coverage ; else composer test ; fi
- if [[ $TEST_INTEGRATION == 'true' ]]; then composer test-integration ; fi
Expand Down
44 changes: 43 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 2.9.4 - TBD
## 2.10.1 - TBD

### Added

Expand All @@ -24,6 +24,48 @@ All notable changes to this project will be documented in this file, in reverse

- Nothing.

## 2.10.0 - 2019-02-25

### Added

- [#157](https://github.com/zendframework/zend-db/pull/157) added support of
`Zend\Db\Sql\TableIdentifier` in DDL
- [#345](https://github.com/zendframework/zend-db/pull/345) allow usage with
zend-hydrator v3
- [#346](https://github.com/zendframework/zend-db/pull/346) adds support for PHP
7.3

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- [#303](https://github.com/zendframework/zend-db/pull/303) fixes #295 issue:
handle empty array as datasource at `AbstractResultSet::initialize()` at PHP
7.2
- [#313](https://github.com/zendframework/zend-db/pull/313) test
`AbstractResultSet::current()` to return null on empty array
- [#329](https://github.com/zendframework/zend-db/pull/329) fixes Exception
thrown when calling `prepareStatementForSqlObject` on a Select with a
sub-Select that has limit and/or offset set
- [#337](https://github.com/zendframework/zend-db/pull/337) fixes #330 current
NULL for mysqli
- [#338](https://github.com/zendframework/zend-db/pull/338) restore missing use
`ResultSet` in `AbstractTableGateway`
- [#341](https://github.com/zendframework/zend-db/pull/341) fixes undefined
variable bug in MetadataFeature
- [#357](https://github.com/zendframework/zend-db/pull/357) fixes named params
in subquery - limit and offset (issue #355)

## 2.9.3 - 2018-04-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"phpunit/phpunit": "^5.7.25 || ^6.4.4",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
"zendframework/zend-hydrator": "^1.1 || ^2.1",
"zendframework/zend-hydrator": "^1.1 || ^2.1 || ^3.0",
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
},
"suggest": {
Expand Down
Loading