Subversion Repositories PHPX

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
78 2014-06-17 13:00:25 PointedEars /trunk/Db/
* Db/Database.php: Fixed PHPDoc
 
77 2014-06-17 12:12:16 PointedEars /trunk/Db/
* Db/Database.php: Scrollable cursor: simplified result assignment
 
76 2014-06-17 12:03:20 PointedEars /trunk/Db/
* Db/Database.php: Added support for scrollable cursor (fixes OOM in es-matrix)
 
75 2014-03-10 23:27:53 PointedEars /trunk/
application/ path prefix is no longer required
 
74 2014-03-09 12:06:26 PointedEars /trunk/Db/
* Db/
  - MySQLDB::getLastModified() overrides Database::getLastModified()
  - Added Table::getLastModified()
 
69 2013-08-19 22:34:01 PointedEars /trunk/Db/
* Db/Database.php: Fixed readConfig() logic
 
68 2013-08-12 16:03:57 PointedEars /trunk/Db/
* Db/Database.php
  - Added general support for the `port' parameter
  
* Db/Database.php, Db/MySQLDB.php
  - Added support for the `port' and `unix_socket' parameters
 
66 2013-08-05 16:36:54 PointedEars /trunk/Db/
* Db/Database.php: Removed unnecessary spaces
 
61 2013-06-08 19:33:32 PointedEars /trunk/Db/
Fixed PHPdoc
 
58 2013-05-31 12:24:20 PointedEars /trunk/Db/
* Db/Database.php
  - Added createTable() to create table from meta-information

* Db/MySQLDB.php
  - Overridden _columnDef() to handle specialties for createTable()

* Db/Table.php
  - Added meta-information to create() table from it
    (uses Database::createTable())

* Db/MySQLTable.php
  - Overridden _createOptions() to handle specialties for Table::create()
 
52 2013-05-29 00:44:10 PointedEars /trunk/
Use Autoloader
 
51 2013-05-28 04:23:23 PointedEars /trunk/
Added namespaces
 
48 2013-05-28 01:19:39 PointedEars /trunk/Db/
* Db/Database.php
  - Database::updates(): Require array for $updates
 
47 2013-05-25 20:53:06 PointedEars /trunk/Db/
Can read database connection configuration from file
 
44 2013-04-06 18:26:29 PointedEars /trunk/Db/
* Db/Database.php, Db/MySQLDB.php: Added create() to create a database from scratch
 
41 2013-04-06 13:18:42 PointedEars /trunk/Db/
* Db/Database.php
  - Decoupled making the DB connection from instantiation
  
* Db/MySQLDB.php
  - Fixed PHPDoc
 
34 2012-09-23 10:02:37 PointedEars /trunk/
* General
  - Added Base.php for general getters and setters

* Application.php
  - Reverted bad pretty printing

* database.class.php (legacy file)
  - Fixed Googlebot-blocking bogus constant reference

* Database.php, Table.php
  - Support constructor parameters to override properties
 
33 2012-07-12 17:04:26 PointedEars /trunk/Db/
* Db/Database.php
  - insert(): Fixed wrong method reference
 
32 2012-07-11 10:33:56 PointedEars /trunk/Db/
* Framework
- Improved support for dabase-specific quotes
- Added support for pre-quoted table/database references
 
29 2012-07-04 11:09:02 PointedEars /trunk/
- Use relative include paths, removes dependency on lib/ path
- Added experimental AccessDB
 

Show All