0
I Use This!
Inactive

Commits : Listings

Analyzed 17 days ago. based on code collected 18 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Extended readme.txt with new version information
Stefanie Janine Stölting
as sjstoelting
More... over 12 years ago
Changed my author tag to have a usable mail address.
Stefanie Janine Stölting
as sjstoelting
More... over 12 years ago
Corrected error messages with the correct class name.
Stefanie Janine Stölting
as sjstoelting
More... over 12 years ago
Updated PHPDocumentator results.
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Corrected a typo.
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Updated the readme with version information.
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Made some improvements on ezSQL_recordset that will improve the speed of array access to rows.
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Updated the readme file with the changes done for version 3.01.
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Updated the PHPDocumentation.
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Created untit tests for the ezSQL_Recordset class.
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Created a class for handling the query results in a way, that is used by PHP database objects. The ezSQL_Recordset impements Iterator and methods that behave like fetch_assoc, fetch_row, fetch_object.
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Extended unit tests on MySQL class.
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Added Information about the changes done in version 3.00
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Added a method to MySQL to get the last inserted autoincrement and the accordingly unit test.
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Used OCIRowCount for affected rows property
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Used sybase_rows_affected for affected rows property
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Used mssql_rows_affected for affected rows property
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Used pdo::exec for affected rows property
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Used pg_affected_rows for affected rows property
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Used mysql_affected_rows for affected rows property
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Added a property for affected rows and created the unit test herefore
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Updated the PHPDoc documentation
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Removed codeigniter unit tests
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
First unit test for native Sybase ASE connection. The real connection is not tested by now, because I need to setup Sybase ASE databases with different versions.
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
First unit test for native Oracle 8+9 connection. The real connection is not tested by now, because I need to setup Oracle databases with different versions.
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Added a todo tag about MS SQL Server
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
First unit test for native MS SQL Server connection. The real connection is not tested by now, because I need to setup an SQL Server on a Windows system.
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Updated the PHPDoc documentation
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Finished unit tests for the core class
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Changed the port constant from my local port to the default port of PostgreSQL
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago