Skip to content
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

2.0.4 #7

Merged
merged 21 commits into from
Mar 20, 2018
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
8e8c327
The uri param should be a generic PSR UriInterface
Mar 5, 2018
a32c1a9
The uri param should be a generic PSR UriInterface for Database Inter…
Mar 5, 2018
092af17
Merge pull request #5 from Naouak/uri-generic
byjg Mar 5, 2018
52955d4
Removed unnecessary comments
byjg Mar 5, 2018
d4eb818
Drop support for PHPUnit prior PHP 5.6
byjg Mar 5, 2018
7491049
Applying some PHPCS recommendations.
byjg Mar 5, 2018
5cdcdeb
Added automated tests for MySQL, PostgresSQL and Microsoft SQL Server
byjg Mar 5, 2018
b5a187e
Added automated tests for MySQL, PostgresSQL and Microsoft SQL Server
byjg Mar 5, 2018
030c59d
Added automated tests for MySQL, PostgresSQL and Microsoft SQL Server
byjg Mar 5, 2018
5a68f58
Fix documentation for GetCurrentVersion.
Mar 6, 2018
329b78e
Merge pull request #6 from Naouak/wrong-doc-get-current-version
byjg Mar 6, 2018
732c984
Decoupling the Database classes from Migration class
byjg Mar 7, 2018
54ebb63
Trying to enable SqlServer test into travis environment
byjg Mar 7, 2018
db545a2
Disabling dblib travis -- pdo_dblib is not available on travis.
byjg Mar 7, 2018
55e1853
Updated PHPDocs
byjg Mar 11, 2018
d7d82f0
base.sql should be optionnal.
Mar 15, 2018
b4703c3
Remove now useless test.
Mar 15, 2018
f6616b7
Add a flag to choose if you want base.sql to be optionnal.
Mar 19, 2018
3020a6e
Add a check for pdo modules in different database drivers tests.
Mar 19, 2018
a10c1ee
Merge branch '2.0.4' into optionnal-base-sql
Naouak Mar 19, 2018
be3b9a3
Merge pull request #8 from Naouak/optionnal-base-sql
byjg Mar 19, 2018
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
Prev Previous commit
Next Next commit
Fix documentation for GetCurrentVersion.
Quentin Burny committed Mar 6, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 5a68f58794ce1950982793f21bbfba8b606bb0b3
2 changes: 1 addition & 1 deletion src/Migration.php
Original file line number Diff line number Diff line change
@@ -174,7 +174,7 @@ public function updateTableVersion()
/**
* Get the current database version
*
* @return int
* @return string[] The current 'version' and 'status' as an associative array
*/
public function getCurrentVersion()
{