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
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
6adeba6
wip
MatanYadaev Feb 18, 2024
3c8f8c2
wip
MatanYadaev Feb 18, 2024
721a2a3
fix postgres ci
MatanYadaev Feb 18, 2024
8df2ae5
fixes
MatanYadaev Feb 18, 2024
b2ab8ce
backward compatibility
MatanYadaev Feb 18, 2024
dcb6a45
fixes
MatanYadaev Feb 19, 2024
d221dbb
fixes
MatanYadaev Feb 19, 2024
c8e1de4
fixes
MatanYadaev Feb 19, 2024
536002d
fixes
MatanYadaev Feb 19, 2024
6b21766
fixes
MatanYadaev Feb 19, 2024
323efc1
fix ci
MatanYadaev Feb 19, 2024
7fc08fe
fix ci
MatanYadaev Feb 19, 2024
ca2f1f1
fixes
MatanYadaev Feb 19, 2024
853d889
fix ci
MatanYadaev Feb 19, 2024
2a543b8
fix coverage
MatanYadaev Feb 19, 2024
6b7d17c
fixes
MatanYadaev Feb 19, 2024
193904e
reduce ci jobs
MatanYadaev Feb 20, 2024
80c4f61
fix mariadb
MatanYadaev Feb 20, 2024
327c483
fix postgres
MatanYadaev Feb 20, 2024
3358295
fix ci
MatanYadaev Feb 20, 2024
fdaabbf
fix ci
MatanYadaev Feb 20, 2024
387db18
fix ci
MatanYadaev Feb 20, 2024
18259c7
fix ci
MatanYadaev Feb 20, 2024
e2bf520
fix ci
MatanYadaev Feb 20, 2024
7840955
fix ci
MatanYadaev Feb 20, 2024
1fdf47b
ci test
MatanYadaev Feb 20, 2024
1f9981b
ci test
MatanYadaev Feb 20, 2024
9c1fe09
fix tests
MatanYadaev Feb 20, 2024
74799c4
fix tests
MatanYadaev Feb 20, 2024
cd70116
fixes
MatanYadaev Feb 20, 2024
c996a28
fixes
MatanYadaev Feb 20, 2024
5549552
fixes
MatanYadaev Feb 20, 2024
d5407c1
ci test
MatanYadaev Feb 20, 2024
8a30e19
ci test
MatanYadaev Feb 20, 2024
1eb07b1
ci test
MatanYadaev Feb 20, 2024
4c96d7d
ci test
MatanYadaev Feb 20, 2024
84f30eb
ci test
MatanYadaev Feb 20, 2024
1388b6f
ci test
MatanYadaev Feb 20, 2024
46275b1
ci test
MatanYadaev Feb 21, 2024
0f607b3
ci test
MatanYadaev Feb 21, 2024
a26616d
ci test
MatanYadaev Feb 21, 2024
85ab828
ci test
MatanYadaev Feb 21, 2024
004c7ff
ci test
MatanYadaev Feb 21, 2024
030d366
ci test
MatanYadaev Feb 21, 2024
77c9b8c
ci test
MatanYadaev Feb 21, 2024
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 postgres
MatanYadaev committed Feb 20, 2024
commit 327c483705a373c69ea754caeddf05ae6058dc4d
2 changes: 1 addition & 1 deletion .github/workflows/pest.yml
Original file line number Diff line number Diff line change
@@ -57,5 +57,5 @@ jobs:
- name: Execute tests
env:
DB_PORT: ${{ job.services.db.ports['3306'] }}
DB_DRIVER: ${{ contains(matrix.db, 'postgis') && 'pgsql' || 'mysql' }}
DB_CONNECTION: ${{ contains(matrix.db, 'postgis') && 'pgsql' || 'mysql' }}
run: vendor/bin/pest