Thread: [Gambas-devel-svn] SF.net SVN: gambas: [1358] gambas/trunk/gb.db.mysql/src/gb.db.mysql
Brought to you by:
gambas
From: <ga...@us...> - 2008-05-03 20:59:32
|
Revision: 1358 http://gambas.svn.sourceforge.net/gambas/?rev=1358&view=rev Author: gambas Date: 2008-05-03 13:59:36 -0700 (Sat, 03 May 2008) Log Message: ----------- [GB.DB.MYSQL] * BUG: The _MySQL class is declared "Create Static" now. Modified Paths: -------------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/.info gambas/trunk/gb.db.mysql/src/gb.db.mysql/Connection.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/DB.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_MySQL.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/modMain.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-05-12 19:01:37
|
Revision: 1372 http://gambas.svn.sourceforge.net/gambas/?rev=1372&view=rev Author: dvillalobos Date: 2008-05-12 12:01:13 -0700 (Mon, 12 May 2008) Log Message: ----------- [GB.DB.MYSQL] * NEW: Deleted some unneeded lines. * NEW: Added Info() function to _DataBase, _Table, _View, _Field that retrieves the symbol's information. * NEW: Added Insert() function to _Table, it acts as a normal INSERT INTO. * NEW: Optimizations in some functions and procedures. * NEW: Added CBool function, to convert Gambas Bolean types to MySQL types. Modified Paths: -------------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/.info gambas/trunk/gb.db.mysql/src/gb.db.mysql/.lang/es.po gambas/trunk/gb.db.mysql/src/gb.db.mysql/.list gambas/trunk/gb.db.mysql/src/gb.db.mysql/_DataBase.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_Field.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_MySQL.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_Table.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_User.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_View.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/modMain.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-05-26 12:52:35
|
Revision: 1396 http://gambas.svn.sourceforge.net/gambas/?rev=1396&view=rev Author: dvillalobos Date: 2008-05-26 05:52:42 -0700 (Mon, 26 May 2008) Log Message: ----------- [GB.DB.MYSQL] * NEW: Added a logo. * NEW: Added the Datatype NULL. Modified Paths: -------------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/.project gambas/trunk/gb.db.mysql/src/gb.db.mysql/_DataTypes.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_Field.class Added Paths: ----------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/logo.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-06-20 12:27:13
|
Revision: 1423 http://gambas.svn.sourceforge.net/gambas/?rev=1423&view=rev Author: dvillalobos Date: 2008-06-20 05:27:18 -0700 (Fri, 20 Jun 2008) Log Message: ----------- [GB.DB.MYSQL] * NEW: Added functions: Revoke, SetPassword and Rename to the User class. Modified Paths: -------------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/.info gambas/trunk/gb.db.mysql/src/gb.db.mysql/.list gambas/trunk/gb.db.mysql/src/gb.db.mysql/_User.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-06-21 17:18:09
|
Revision: 1426 http://gambas.svn.sourceforge.net/gambas/?rev=1426&view=rev Author: dvillalobos Date: 2008-06-21 09:53:46 -0700 (Sat, 21 Jun 2008) Log Message: ----------- [GB.DB.MYSQL] * NEW: Removed the Confirm property. Modified Paths: -------------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/.info gambas/trunk/gb.db.mysql/src/gb.db.mysql/.project gambas/trunk/gb.db.mysql/src/gb.db.mysql/_MySQL.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/modMain.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-06-27 17:45:36
|
Revision: 1439 http://gambas.svn.sourceforge.net/gambas/?rev=1439&view=rev Author: dvillalobos Date: 2008-06-27 10:45:45 -0700 (Fri, 27 Jun 2008) Log Message: ----------- [GB.DB.MYSQL] * OPT: Function CurrentTimestamp() can return value in many formats. Modified Paths: -------------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/.info gambas/trunk/gb.db.mysql/src/gb.db.mysql/.lang/es.po gambas/trunk/gb.db.mysql/src/gb.db.mysql/_MySQL.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-06-28 17:14:27
|
Revision: 1440 http://gambas.svn.sourceforge.net/gambas/?rev=1440&view=rev Author: dvillalobos Date: 2008-06-28 10:14:36 -0700 (Sat, 28 Jun 2008) Log Message: ----------- [GB.DB.MYSQL] * BUG: Function CurrentTimestamp works correctly now. Modified Paths: -------------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/_MySQL.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/modMain.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |