<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to news</title><link>https://sourceforge.net/p/lizdb/news/</link><description>Recent posts to news</description><atom:link href="https://sourceforge.net/p/lizdb/news/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 14 Sep 2007 14:05:38 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/lizdb/news/feed.rss" rel="self" type="application/rss+xml"/><item><title>Contribute to the LIZ DB project!</title><link>https://sourceforge.net/p/lizdb/news/2007/09/contribute-to-the-liz-db-project/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;LIZ DB is a non-commercial open-source project, developed under the PHP License that can be used and modified freely by everyone.&lt;/p&gt;
&lt;p&gt;LIZ DB currently provides implementation of its interfaces only for MySQL5 database.&lt;/p&gt;
&lt;p&gt;I encourage every developer that finds LIZ DB database connectivity approach attractive to write implementations for other vendors like PostgreSQL, Oracle, IBM DB2, and other.&lt;/p&gt;
&lt;p&gt;I'm looking forward to hear from You!&lt;br /&gt;
best regards&lt;br /&gt;
Łukasz Budnik&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Łukasz Budnik</dc:creator><pubDate>Fri, 14 Sep 2007 14:05:38 -0000</pubDate><guid>https://sourceforge.netbbbe8f3beffd05cceb8f70b3ffa5c0099084e6bb</guid></item><item><title>LIZ DB blog starts!</title><link>https://sourceforge.net/p/lizdb/news/2007/09/liz-db-blog-starts/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;From now on, LIZ DB has its very own blog.&lt;/p&gt;
&lt;p&gt;There, various information, mainly about LIZ DB usage, will be posted.&lt;/p&gt;
&lt;p&gt;All comments from users and developers are most welcome!&lt;/p&gt;
&lt;p&gt;Log on to the &lt;a href="http://lizdb.blogspot.com/" rel="nofollow"&gt;http://lizdb.blogspot.com/&lt;/a&gt; and enjoy the blog!&lt;/p&gt;
&lt;p&gt;best regards&lt;br /&gt;
Łukasz Budnik&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Łukasz Budnik</dc:creator><pubDate>Fri, 14 Sep 2007 13:43:11 -0000</pubDate><guid>https://sourceforge.net4d2833278b3281fd954481b661c6310af38e89b4</guid></item><item><title>LIZ DB 2.0 Released!</title><link>https://sourceforge.net/p/lizdb/news/2006/11/liz-db-20-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;LIZ DB 2.0 includes many new features:&lt;/p&gt;
&lt;p&gt;- added DBSingletonFactory class for more efficient LIZ DB &lt;br /&gt;
objects and connections management&lt;/p&gt;
&lt;p&gt;- added new definition to IDB interface IDB::SelectRandom()&lt;br /&gt;
added implementation of IDB::SelectRandom() to MySQLimp &lt;br /&gt;
class&lt;/p&gt;
&lt;p&gt;- all vendor specific implementations of LIZ DB interfaces &lt;br /&gt;
now stored in LIZDB/classes/vendor_name directory&lt;/p&gt;
&lt;p&gt;- new example of usage and features of DBSingletonFactory, &lt;br /&gt;
new example of how to instantiate vendor specific&lt;br /&gt;
LIZ DB object the old way&lt;/p&gt;
&lt;p&gt;- all examples now use DBSingletonFactory class&lt;/p&gt;
&lt;p&gt;New live examples can be found here:&lt;br /&gt;
&lt;a href="https://vega.eti.pg.gda.pl/~xh/lizdb_test_new/examples/" rel="nofollow"&gt;https://vega.eti.pg.gda.pl/~xh/lizdb_test_new/examples/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The newest version can be downloaded here:&lt;br /&gt;
&lt;a href="http://sourceforge.net/project/showfiles.php?group_id=177776&amp;amp;package_id=204837&amp;amp;release_id=466661"&gt;http://sourceforge.net/project/showfiles.php?group_id=177776&amp;amp;package_id=204837&amp;amp;release_id=466661&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Source code can be browsed here:&lt;br /&gt;
&lt;a href="http://lizdb.cvs.sourceforge.net/lizdb/lizdb/"&gt;http://lizdb.cvs.sourceforge.net/lizdb/lizdb/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Łukasz Budnik</dc:creator><pubDate>Sun, 26 Nov 2006 14:34:35 -0000</pubDate><guid>https://sourceforge.netd20c1c3eaadbb63002c6eb419072d5a9d04bbcb3</guid></item><item><title>LIZ DB 1.2 patch!</title><link>https://sourceforge.net/p/lizdb/news/2006/11/liz-db-12-patch/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;fixed bug submitted by Brad Larson, line 139 should use $this-&amp;gt;InOutParameters instead of $this-&amp;gt;OutParameters&lt;/p&gt;
&lt;p&gt;bug is in MySQLimpStoredProcedure.inc.php file&lt;/p&gt;
&lt;p&gt;Patch can be downloaded here:&lt;br /&gt;
&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1601035&amp;amp;group_id=177776&amp;amp;atid=882584"&gt;http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1601035&amp;amp;group_id=177776&amp;amp;atid=882584&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;the newest version of MySQLimpStoredProcedure.inc.php can be downloaded here:&lt;br /&gt;
&lt;a href="http://lizdb.cvs.sourceforge.net/\"&gt;http://lizdb.cvs.sourceforge.net/\&lt;/a&gt;*checkout*/lizdb/lizdb/LIZDB/classes/MySQLimpStoredProcedure.inc.php&lt;/p&gt;
&lt;p&gt;You can also see the log of MySQLimpStoredProcedure.inc.php file here:&lt;br /&gt;
&lt;a href="http://lizdb.cvs.sourceforge.net/lizdb/lizdb/LIZDB/classes/MySQLimpStoredProcedure.inc.php?view=log"&gt;http://lizdb.cvs.sourceforge.net/lizdb/lizdb/LIZDB/classes/MySQLimpStoredProcedure.inc.php?view=log&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Łukasz Budnik</dc:creator><pubDate>Wed, 22 Nov 2006 10:24:06 -0000</pubDate><guid>https://sourceforge.netb801bc3a2f7a471613a365372c0a4121609ae572</guid></item><item><title>LIZ DB live examples!</title><link>https://sourceforge.net/p/lizdb/news/2006/11/liz-db-live-examples/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Want to try LIZ DB before downloading?&lt;br /&gt;
See the live examples on:&lt;br /&gt;
&lt;a href="https://vega.eti.pg.gda.pl/~xh/lizdb_test/examples/" rel="nofollow"&gt;https://vega.eti.pg.gda.pl/~xh/lizdb_test/examples/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Łukasz Budnik</dc:creator><pubDate>Sat, 11 Nov 2006 14:02:52 -0000</pubDate><guid>https://sourceforge.net83fcc391c4e128400e453997876285f548e1a581</guid></item><item><title>LIZ DB 1.2 released!</title><link>https://sourceforge.net/p/lizdb/news/2006/10/liz-db-12-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;New version introduces useful SQLUtils class.&lt;br /&gt;
This class can dynamically create DML statements &lt;br /&gt;
- INSERT, UPDATE and DELETE - based on user's data.&lt;br /&gt;
It also has methods for escaping strings and binary data.&lt;/p&gt;
&lt;p&gt;See new examples showing how to use them, new tables&lt;br /&gt;
can be created by runing sql/create.sql script.&lt;/p&gt;
&lt;p&gt;The new release introduces also LIZDBException (instead of standard PHP5 Exception class) for signaling and handling SQL errors or other problems.&lt;br /&gt;
All examples rewritten, added try {} catch {} blocks.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Łukasz Budnik</dc:creator><pubDate>Fri, 20 Oct 2006 08:00:39 -0000</pubDate><guid>https://sourceforge.net629c31bb62323c2fb3408c8085170239d51d5894</guid></item><item><title>LIZ DB 1.1 released!</title><link>https://sourceforge.net/p/lizdb/news/2006/10/liz-db-11-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;New version contains a major fix for fatal error&lt;br /&gt;
when calling require for IStoredProcedure interface definition!&lt;/p&gt;
&lt;p&gt;The new release includes the following changes:&lt;/p&gt;
&lt;p&gt;+ files encoding changed to UTF-8&lt;br /&gt;
+ implemented AutoCommit mechanism&lt;br /&gt;
+ new examples and comments added&lt;br /&gt;
+ complete set of SQL scripts for: creating user with proper privileges,&lt;br /&gt;
creating tables and stored procedures and functions plus &lt;br /&gt;
clean.sql for cleaning all LIZ DB related stuff&lt;br /&gt;
+ resolved number of tweak and code optimization issues&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Łukasz Budnik</dc:creator><pubDate>Sat, 14 Oct 2006 17:59:24 -0000</pubDate><guid>https://sourceforge.net579a0abf4f36afe7b91218c0aa6712c4cb9c9e97</guid></item><item><title>LIZ DB 1.0 released!</title><link>https://sourceforge.net/p/lizdb/news/2006/09/liz-db-10-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;LIZ DB 1.0 supports:&lt;/p&gt;
&lt;p&gt;- fetching data in various ways (Select, SelectOne, SelectColumn)&lt;/p&gt;
&lt;p&gt;- full support for DDL, DML&lt;/p&gt;
&lt;p&gt;- prepare and execute statements (Java like style setParameter(1, $param) etc.)&lt;/p&gt;
&lt;p&gt;- manage sophisticated transactions - commits, rollbacks, savepoints&lt;/p&gt;
&lt;p&gt;- prepare and call stored procedures and functions with in, inout, out parameters support&lt;/p&gt;
&lt;p&gt;- query logging &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Łukasz Budnik</dc:creator><pubDate>Wed, 20 Sep 2006 21:34:15 -0000</pubDate><guid>https://sourceforge.netfd98a7394df7ad1c5491c4086704f15c02b05229</guid></item></channel></rss>