1
I Use This!
Inactive

Commits : Listings

Analyzed 40 minutes ago. based on code collected about 19 hours ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #25 from sbuberl/dependabot/composer/phpunit/phpunit-5.6.3 More... about 2 years ago
Bump phpunit/phpunit from 5.5.4 to 5.6.3 More... about 2 years ago
Merge pull request #24 from codetriage-readme-bot/codetriage-badge More... almost 5 years ago
Add CodeTriage badge to sbuberl/fsql More... almost 5 years ago
#23 Adds test for issue More... almost 5 years ago
Fixed DELETE to return the result More... almost 5 years ago
#15 Adds a Parser class More... almost 5 years ago
#22 Adds free() method to ResultSet More... almost 5 years ago
#22 Add cuurent_field, fetch_field_direct, and fetch_fields More... almost 5 years ago
#22 Rename ResultSet functions to use underscrores like mySQli More... almost 5 years ago
#10 Adds check to verify bind_param has correct param count More... almost 5 years ago
Merge branch 'master' of https://github.com/sbuberl/fSQL More... almost 5 years ago
#10 Added tests for new Statement functions More... almost 5 years ago
#10 Added some mysqli_stmt properites as functions More... almost 5 years ago
Adds PHP minimum version badge More... about 5 years ago
#10 Adds close and reset More... about 5 years ago
#10 Adds data_seek and num_rows More... about 5 years ago
#10 Fixed execute not working with new params More... about 5 years ago
Fixed typo in StatementTests More... about 5 years ago
#10 Fixed bind_param to take references too More... about 5 years ago
Fixed INSERT regex requireing space where it shouldn't More... about 5 years ago
Fixed Environment to load autoload corrrectly if depedency More... about 5 years ago
#10 Remove unsued if More... about 5 years ago
#10 Adds bind_result and fetch More... about 5 years ago
#22 Changes fetch results to return null when at end More... about 5 years ago
#10 Adds creating result metadata More... about 5 years ago
#10 Adds stmt_init and test More... about 5 years ago
#10 Fixed null check to check param not type More... about 5 years ago
#10 Moved most Statements test into StatementTest More... about 5 years ago
#10 Make query to constructor optional More... about 5 years ago