0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 18 hours ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update readme.md More... over 5 years ago
Merge pull request #1 from Hopperston/master More... almost 13 years ago
updates to remove muiltipul PHP errors More... almost 13 years ago
Added the changelog and the rebinding information More... about 14 years ago
Updated readme for the 0.8 release More... about 14 years ago
Updated documentation for 0.8 release More... about 14 years ago
Implemented the IteratorAggregate interface so a Query can now be iterated over instead of explicitely requiring a call to ->execute() or ->verbose() More... about 14 years ago
Added a rebind method and some more functional tests More... over 14 years ago
Query API fix, API needs to be stabilized for proper use of static, adapters may need to be restabilized to refactor for static. Call static using reflection to avoid the creation of short lived heavy-weight Query objects. More... over 14 years ago
Test for concurrent prepared statements More... over 14 years ago
Sybase uses the same escape scheme as MSSQL More... over 14 years ago
Added functional tests, functional flag, and fixed transactions More... over 14 years ago
Reorganized the MSSQL tests to make them more DRY More... over 14 years ago
MSSql tests all work now, renamed some stuff More... over 14 years ago
Got rid of the unit_test project file, added tests to the main project file to simplify development More... over 14 years ago
Tests for mssql, they will need to be fixed, 36 or so are failing now More... over 14 years ago
The reporter is even prettier now, added update and delete tests for MySQL More... over 14 years ago
Renamed suite to prosper (mostly for ui reasons) and added some more insert tests More... over 14 years ago
Insert tests are now done for MySQL, visual changes to the reporter, added a top level indicator. More... over 14 years ago
Minor visual changes to the reporter, all select tests for MySQL should now be done More... over 14 years ago
More unit tests, fixed a regression in Query::select More... over 14 years ago
Added the license that prosper is released under, Unlicense More... over 14 years ago
Fixed a problem with update, made the unit testing prettier and added some more unit tests More... over 14 years ago
pretty printing More... over 14 years ago
Integrating the simpletest unit testing framework More... over 14 years ago
Modified the Query class to have an instance level adapter. In the beginning adapter was merely a collection of static string manipulations without state. Since the introduction of PreparedAdapter, adapters now have state in the form of bindings. This leads to not being able to build two adapters with prepared statements in parallel with the current set-up of one shared adapter. Here is an example [code] $q1 = Query::select()->from('foo'); More... over 14 years ago
Added the group and having functions More... over 14 years ago
Added support at the query level for SQL Server Native, also updated the readme More... over 14 years ago
Added an adapter for the MicroSoft Native Adapter for SQL Server More... over 14 years ago
updated the readme to point to prosper-lib.com More... over 14 years ago