Thread: [Gambas-devel-svn] SF.net SVN: gambas:[3305] gambas/trunk/gb.db.postgresql/src/main.c
Brought to you by:
gambas
From: <ga...@us...> - 2010-11-22 09:50:01
|
Revision: 3305 http://gambas.svn.sourceforge.net/gambas/?rev=3305&view=rev Author: gambas Date: 2010-11-22 09:49:54 +0000 (Mon, 22 Nov 2010) Log Message: ----------- [GB.DB.POSTGRESQL] * BUG: Correctly ignore fields deleted with the "DROP COLUMN" command. Modified Paths: -------------- gambas/trunk/gb.db.postgresql/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-12-17 15:29:45
|
Revision: 4280 http://gambas.svn.sourceforge.net/gambas/?rev=4280&view=rev Author: gambas Date: 2011-12-17 15:29:39 +0000 (Sat, 17 Dec 2011) Log Message: ----------- [GB.DB.POSTGRESQL] * OPT: Record creation is now faster, thanks to Bruce Bruen optimization. Modified Paths: -------------- gambas/trunk/gb.db.postgresql/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-12-22 18:41:00
|
Revision: 4317 http://gambas.svn.sourceforge.net/gambas/?rev=4317&view=rev Author: gambas Date: 2011-12-22 18:40:54 +0000 (Thu, 22 Dec 2011) Log Message: ----------- [GB.DB.POSTGRESQL] * BUG: Fix connection timeout parameter. Modified Paths: -------------- gambas/trunk/gb.db.postgresql/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-12-27 03:58:05
|
Revision: 4341 http://gambas.svn.sourceforge.net/gambas/?rev=4341&view=rev Author: gambas Date: 2011-12-27 03:57:59 +0000 (Tue, 27 Dec 2011) Log Message: ----------- [GB.DB.POSTGRESQL] * BUG: Fix bad schema request (see issue #168). Modified Paths: -------------- gambas/trunk/gb.db.postgresql/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-10-19 21:30:45
|
Revision: 6565 http://sourceforge.net/p/gambas/code/6565 Author: gambas Date: 2014-10-19 21:30:31 +0000 (Sun, 19 Oct 2014) Log Message: ----------- [GB.DB.POSTGRESQL] * BUG: Quote field names when creating a table, even if they are converted to lower cases. Modified Paths: -------------- gambas/trunk/gb.db.postgresql/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-04-08 10:33:18
|
Revision: 7024 http://sourceforge.net/p/gambas/code/7024 Author: gambas Date: 2015-04-08 10:33:10 +0000 (Wed, 08 Apr 2015) Log Message: ----------- [GB.DB.POSTGRESQL] * NEW: Support for materialized views. Modified Paths: -------------- gambas/trunk/gb.db.postgresql/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-05 16:39:20
|
Revision: 7454 http://sourceforge.net/p/gambas/code/7454 Author: gambas Date: 2015-11-05 16:39:18 +0000 (Thu, 05 Nov 2015) Log Message: ----------- [GB.DB.POSTGRESQL] * BUG: Don't send '00-00-0000' for date/time values whose year is zero. Just send the time to the PostgreSQL server. Modified Paths: -------------- gambas/trunk/gb.db.postgresql/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-06 00:12:17
|
Revision: 7506 http://sourceforge.net/p/gambas/code/7506 Author: gambas Date: 2015-12-06 00:12:15 +0000 (Sun, 06 Dec 2015) Log Message: ----------- [GB.DB.POSTGRESQL] * BUG: Gambas date/time values without date is now stored as the minimum possible date that PostgreSQL accepts, '4713-01-01 BC'. Modified Paths: -------------- gambas/trunk/gb.db.postgresql/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-18 21:22:08
|
Revision: 7581 http://sourceforge.net/p/gambas/code/7581 Author: gambas Date: 2016-01-18 21:22:06 +0000 (Mon, 18 Jan 2016) Log Message: ----------- [GB.DB.POSTGRESQL] * NEW: Imbricated transactions are now allowed, by using savepoints. Modified Paths: -------------- gambas/trunk/gb.db.postgresql/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-20 01:28:17
|
Revision: 7648 http://sourceforge.net/p/gambas/code/7648 Author: gambas Date: 2016-03-20 01:28:16 +0000 (Sun, 20 Mar 2016) Log Message: ----------- [GB.DB.POSTGRESQL] * BUG: Fix a warning message. Modified Paths: -------------- gambas/trunk/gb.db.postgresql/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |