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

Postgres support #109

Merged
merged 45 commits into from
Feb 24, 2024
Merged

Postgres support #109

merged 45 commits into from
Feb 24, 2024

Conversation

MatanYadaev
Copy link
Owner

@MatanYadaev MatanYadaev commented Feb 18, 2024

Closes #93

@MatanYadaev MatanYadaev marked this pull request as ready for review February 20, 2024 21:47
@MatanYadaev MatanYadaev mentioned this pull request Feb 20, 2024
@vermaysha
Copy link

vermaysha commented Feb 21, 2024

Since the project we are working on uses mariadb and now I am also migrating to postgresql and fortunately this library is also updating to support postgresql.

After I tested it, so far I haven't found any errors.
In addition, for testing we focus on Point type

Comment on lines 17 to 24
matrix:
php: [ 8.3, 8.2, 8.1 ]
laravel: [ 10.* ]
db: [ 'mysql:8.0', 'mysql:5.7', 'mariadb:10.9' ]
dependency-version: [ prefer-lowest, prefer-stable ]
db: [ 'mysql:8.0', 'mysql:5.7', 'mariadb:10.11', 'postgis/postgis:16-3.4', 'postgis/postgis:15-3.4', 'postgis/postgis:14-3.4', 'postgis/postgis:13-3.4', 'postgis/postgis:12-3.4' ]
dependency-version: [ prefer-stable, prefer-lowest ]
include:
- laravel: 10.*
testbench: ^8.0
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How to run the combinations of PHP 8.2/8.1 and dependency version prefer-lowest only when DB is mysql:8.0?
In other words, all the DBs except MySQL 8 should run with PHP 8.3 and prefer-stable only.

@MatanYadaev MatanYadaev merged commit 920c897 into master Feb 24, 2024
53 checks passed
@MatanYadaev MatanYadaev deleted the postgres-support branch February 24, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Postgres
2 participants