Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ezSQL
/
ezsql
Public
Notifications
You must be signed in to change notification settings
Fork
280
Star
866
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
ezsql
lib
ezsqlModel.php
on
v5
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 2, 2026
Fix PHP 8.4 implicit nullable parameter deprecations
Show description for 385165f
dannetstudio
committed
385165f
View commit details
Copy full SHA for 385165f
View code at this point
Browse repository at this point
Commits on Feb 20, 2021
corrections/updates, additional function, and renaming
TheTechsTech
committed
40307b5
View commit details
Copy full SHA for 40307b5
View code at this point
Browse repository at this point
Commits on Feb 19, 2021
add/test alter/altering table methods, corrections
TheTechsTech
committed
d5668fd
View commit details
Copy full SHA for d5668fd
View code at this point
Browse repository at this point
Commits on Feb 17, 2021
more code coverage updates, doc-block updates, corrections
TheTechsTech
committed
a13097e
View commit details
Copy full SHA for a13097e
View code at this point
Browse repository at this point
code coverage updates, doc-block updates, corrections
TheTechsTech
committed
026aec5
View commit details
Copy full SHA for 026aec5
View code at this point
Browse repository at this point
Commits on Feb 16, 2021
commits from branch v5, new version, major breaking changes, updated docs/doc-blocks
Show description for 8cfc804
TheTechsTech
committed
8cfc804
View commit details
Copy full SHA for 8cfc804
View code at this point
Browse repository at this point
Commits on Feb 14, 2021
Revert "BC, renamed `ezsqlModel` class properties that was accessible with `get/set`, now PSR 1 camelCase"
Show description for bd21e8a
TheTechsTech
committed
bd21e8a
View commit details
Copy full SHA for bd21e8a
View code at this point
Browse repository at this point
BC, renamed `ezsqlModel` class properties that was accessible with `get/set`, now PSR 1 camelCase
Show description for 7addf37
TheTechsTech
committed
7addf37
View commit details
Copy full SHA for 7addf37
View code at this point
Browse repository at this point
Commits on Feb 8, 2021
Code cleanup, refactor for PHP 8 compatibility, and bug fixes discovered in doing so
Show description for f50139f
TheTechsTech
committed
f50139f
View commit details
Copy full SHA for f50139f
View code at this point
Browse repository at this point
Commits on Mar 22, 2020
Clear func calls during flush
Stanback
committed
a8ab3b4
View commit details
Copy full SHA for a8ab3b4
View code at this point
Browse repository at this point
Commits on Nov 2, 2019
general overall psr-2 fixes and encoding, keep master an version over current/release
TheTechsTech
committed
2462c58
View commit details
Copy full SHA for 2462c58
View code at this point
Browse repository at this point
Commits on Aug 30, 2019
Add message if no rows returned
dpDesignz
authored
6694afa
View commit details
Copy full SHA for 6694afa
View code at this point
Browse repository at this point
Fix count error in Model varDump()
Show description for e57bd1f
dpDesignz
committed
e57bd1f
View commit details
Copy full SHA for e57bd1f
View code at this point
Browse repository at this point
Commits on Aug 19, 2019
fixBug: Error when trying to use $db->vardump()
Show description for 0be3695
dpDesignz
committed
0be3695
View commit details
Copy full SHA for 0be3695
View code at this point
Browse repository at this point
Commits on Aug 13, 2019
methods to turn on/off debug echo output when calling `debug()`
Show description for e24fd33
TheTechsTech
committed
e24fd33
View commit details
Copy full SHA for e24fd33
View code at this point
Browse repository at this point
Commits on Apr 21, 2019
refactor `query`, and bug fix `query_prepared` methods, now `queryResult` correctly returns last result objects under all SQL vendors., update tests
TheTechsTech
committed
1463b4d
View commit details
Copy full SHA for 1463b4d
View code at this point
Browse repository at this point
Commits on Apr 20, 2019
code cleanup, refactor `register_error`
TheTechsTech
committed
a166df6
View commit details
Copy full SHA for a166df6
View code at this point
Browse repository at this point
Commits on Apr 19, 2019
updates and revert parts of last bug fix,
Show description for 25001d9
TheTechsTech
committed
25001d9
View commit details
Copy full SHA for 25001d9
View code at this point
Browse repository at this point
Commits on Apr 16, 2019
rework additional method to setup for secure connections
TheTechsTech
committed
11950e1
View commit details
Copy full SHA for 11950e1
View code at this point
Browse repository at this point
Commits on Apr 3, 2019
update, added `queryResutl()` needed a clear way to get results if `query_prepared` is used directly
TheTechsTech
committed
38e3c23
View commit details
Copy full SHA for 38e3c23
View code at this point
Browse repository at this point
Commits on Mar 31, 2019
additional build ci fixes - phpstan
TheTechsTech
committed
7d86a75
View commit details
Copy full SHA for 7d86a75
View code at this point
Browse repository at this point
added phpstan to build and applied level 1 fixes
TheTechsTech
committed
430adc1
View commit details
Copy full SHA for 430adc1
View code at this point
Browse repository at this point
Commits on Mar 30, 2019
updates and corrections
TheTechsTech
committed
66b2b92
View commit details
Copy full SHA for 66b2b92
View code at this point
Browse repository at this point
Commits on Mar 27, 2019
update cache routine and tests, create folder with method if none
TheTechsTech
committed
add0daa
View commit details
Copy full SHA for add0daa
View code at this point
Browse repository at this point
Commits on Mar 25, 2019
Update ezsqlModel.php
TheTechsTech
committed
3d32084
View commit details
Copy full SHA for 3d32084
View code at this point
Browse repository at this point
overall refactoring, bug fixes and corrections, builld/branch now pass all tests, todo/need to finish documentation
TheTechsTech
committed
b0b3646
View commit details
Copy full SHA for b0b3646
View code at this point
Browse repository at this point
Commits on Mar 23, 2019
Update ezsqlModel.php
TheTechsTech
committed
4f3d20d
View commit details
Copy full SHA for 4f3d20d
View code at this point
Browse repository at this point
Starting the process of documentation
Show description for 287015d
TheTechsTech
committed
287015d
View commit details
Copy full SHA for 287015d
View code at this point
Browse repository at this point
Commits on Mar 22, 2019
bug fixes, mysqli test build passes query_prepared was using wrong namespace
TheTechsTech
committed
b2ef7bf
View commit details
Copy full SHA for b2ef7bf
View code at this point
Browse repository at this point
Commits on Mar 20, 2019
bug fix, tests changes for phpunit 8
TheTechsTech
committed
2ad8def
View commit details
Copy full SHA for 2ad8def
View code at this point
Browse repository at this point
corrections, code cleanup
TheTechsTech
committed
891dceb
View commit details
Copy full SHA for 891dceb
View code at this point
Browse repository at this point
Commits on Mar 19, 2019
added additional interfaces for common library and database SQL class
TheTechsTech
committed
969dfe0
View commit details
Copy full SHA for 969dfe0
View code at this point
Browse repository at this point
Commits on Mar 18, 2019
bug fixes, corrections for proper build, currently issue with the dependency injection container
TheTechsTech
committed
cb57c50
View commit details
Copy full SHA for cb57c50
View code at this point
Browse repository at this point
Commits on Mar 15, 2019
update changes from branch v3
TheTechsTech
committed
bffbedc
View commit details
Copy full SHA for bffbedc
View code at this point
Browse repository at this point
Commits on Mar 14, 2019
update/sync some changes from branch v3
TheTechsTech
committed
82046cc
View commit details
Copy full SHA for 82046cc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.