ramblings on PHP, SQL, the web, politics, ultimate frisbee and what else is on in my life
[1] « 61 62 63 64 65 66 67 » [71]MDB2 example
I just wanted to show case some of the new features in MDB2. I especially wanted to demo some PHP5 specific features. The following example just creates a table with an autoincrementing primary key column 'id', inserts some values, fetches the last inserted id and finally, after selecting those values and outputs them using an iterator, drops the table again ..
read on (comments 9)
PDO? SQLite 3.x?
I have received some questions why MDB2 does not support SQLite 3.x or why MDB2 does not provide PDO based drivers. That is actually one question as the only way to get SQLite 3.x support is to write a PDO based SQLite driver. Now this is a very important step MDB2 needs to take.
read on (comments 0)
MDB2 2.0.0RC1 is here!
Today I finally released the next MDB2 version which finally promises a stable API. I am hoping to actually be able to release the first release labeled as "stable" before the end of the year. I have also pushed new releases for the two MySQL drivers, the PostGreSQL driver, the Oracle OCI8 driver, the SQLite 2.x driver and the Querysim driver. Furthermore I have released an updated version of MDB2_Schema.
read on (comments 1)
Free conferences
I saw a blog post by Robert Treat if anyone knows a site that lists all OSS conferences on Planet PostGreSQL. Since I did not know one either I just setup a new subwiki and made it world read/writeable for this purpose. So unless someone points me at a better place I will try to keep it uptodate with any conferences I see posted anywhere. I hope others will help to make this a useful ressource.
read on (comments 0)
MDB2 2.0.0RC1 rapidly approaching
This is just a heads up that MDB2 is rapidly approaching its first release candidate. This means that the API will from that point on not be subject to modifications and only bug fixes will be applied. Considering the stability of the code I do not envision that it will take many RC's to get MDB2 stable out of the door.
read on (comments 0)



