0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 2 days ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added better query parsing functionality, can now generically parse function arguments and has support for cross platform modulus. More... over 14 years ago
moved some stuff around to better organize it More... over 14 years ago
updated the truth and falsehood functions, renamed to true_value and false_value, also created standard static function wrappers. More... over 14 years ago
Updated the Query interface and the Tokenizer, synced up the PSPad Project File and changed the todo application to use the new Query interface More... over 14 years ago
Added an Oracle adapter, provided new functionality for providing platform specifc truth values, adn updated the tokenizer More... over 14 years ago
fixed up the token class some and edited the example todo application to use it More... over 14 years ago
Better handling of parameters, added handling for array parameters for IN clauses More... over 14 years ago
implemented query parameterization More... over 14 years ago
added null check More... over 14 years ago
Massive change to how the where and on clauses work to add parameterization and better escaping behavior More... over 14 years ago
Added an .htaccess file for prettier urls, updated the pspad project More... over 14 years ago
Fixed some syntax errors in PostgreSqlAdapter.php, added the alternate calling methodology to Query#set and Query#values, changed the todo example to use the alternate calling methodology More... over 14 years ago
Updated PSPad Project file for new project structure More... over 14 years ago
Added better functionality to the ParadoxAdapter, added insert_id to PostgreAdapter, changed the contract of platform_execute More... over 14 years ago
Added default schema selection to FrontBaseAdapter and MSSqlAdapter More... over 14 years ago
integrated the new experimental and non-experimental adapters More... over 14 years ago
Added the experimental Ovrimos and Paradox adapters, added the non-experimental Sybase Adapter More... over 14 years ago
Upgraded all adapters to explicitely close connections better managing resources, added the MSql Adapter More... over 14 years ago
Removed the weird adapter and fully integrated the new experimental adapters More... over 14 years ago
Added MaxDB Adapter More... over 14 years ago
Ingres SQL Adapter More... over 14 years ago
Added a DB2 Adapter More... over 14 years ago
Added Infrormix Adapter More... over 14 years ago
fixed mssql adapter, added firebird and frontbase adapters More... over 14 years ago
Huge rework of how execution works to facilitate future adapter writing, also makes the code cleaner and more understandable More... over 14 years ago
some styling More... over 14 years ago
Style changes and some phpdoc More... over 14 years ago
Some time related api's and some nifty stylesheet changes to the example application More... over 14 years ago
updated the project to reflect the blog -> todo change More... over 14 years ago
renamed blog to todo More... over 14 years ago