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

Enhance Provider to support old bindings with warning #32

Open
wants to merge 34 commits into
base: 1.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
13f078d
Remove singleton scope from certain classes
koriym Jun 11, 2024
10781c6
Enhance exception handling in SQL file search process
koriym Jun 11, 2024
c45e7c8
Update interface implementation in providers
koriym Jun 11, 2024
deef126
Refactor error handling in RowInterfaceProvider and RowListInterfaceP…
koriym Jun 11, 2024
b45cf3e
Refactor code to use attribute Syntax
koriym Jun 11, 2024
32be06e
fixup! Refactor code to use attribute Syntax
koriym Jun 11, 2024
7560292
Updated vendor dependencies
koriym Jun 11, 2024
a3d9681
Add SqlQueryInterceptModule and update SqlQueryModule and SqlQueryPro…
koriym Jun 11, 2024
a4adc51
Refactor and update README.md documentation
koriym Jun 11, 2024
33c5c8d
Removed Japanese version of README file
koriym Jun 11, 2024
9970cab
Remove SqlQueryProviderModule and update tests
koriym Jun 11, 2024
0a148d7
Updated references to SqlQueryProviderModule to SqlQueryModule
koriym Jun 11, 2024
375c78e
Update phpstan.neon configuration file
koriym Jun 11, 2024
5f2c975
Replace SqlQueryModule with CallableQueryModule
koriym Jun 11, 2024
b76feb1
Refactor QueryInterceptor class and update SqlQueryRow
koriym Jun 11, 2024
9849067
Replace CallableQueryModule with SqlQueryModule
koriym Jun 11, 2024
b264f63
Add SQL query interception tests and refactor interceptor
koriym Jun 11, 2024
730573f
Add GetSqlInterface and its implementations
koriym Jun 11, 2024
2fd987f
Trim SQL file content and update SQL query handling
koriym Jun 12, 2024
ac75178
Rename and refactor SQL module and interface.
koriym Jun 12, 2024
58ba496
Update README with SqlFileNameModule usage
koriym Jun 12, 2024
a329d46
Add 'extra' configuration to composer.json
koriym Jun 12, 2024
3f96b60
Update project description in README and composer.json
koriym Jun 12, 2024
98977c8
fixup! Trim SQL file content and update SQL query handling
koriym Jun 12, 2024
02d3a82
Keep BC with PHP 7.x
koriym Jun 12, 2024
8252364
Refactor GetSql to FileGetContents
koriym Jun 12, 2024
438538e
Add file existence check in FileGetContents class
koriym Jun 13, 2024
96340c2
Update exception handling and dependencies
koriym Jun 13, 2024
2be10e4
Remove unused BC comment, add PHP class binding docs
koriym Jun 13, 2024
ac3c54d
Update README.md heading content
koriym Jun 13, 2024
8d5d5c6
Update description in README and composer.json
koriym Jun 13, 2024
ef267e5
Update annotation syntax in README.md
koriym Jun 13, 2024
e70ecfb
Refactor error handling for SqlFileNotFoundException
koriym Jun 13, 2024
114a6a6
Add proper cleanup in test teardown
koriym Jun 13, 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
1 change: 0 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ jobs:
with:
old_stable: '["7.3", "7.4", "8.0", "8.1", "8.2"]'
current_stable: 8.3
script: demo/run.php
323 changes: 0 additions & 323 deletions README.ja.md

This file was deleted.

Loading
Loading