[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2014-02-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #31 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 91375 abandoned by Jeroen De Dauw: Sort out index creation for PostgreSQL Reason: Please re-submit against https://github.com/SemanticMediaWiki/SemanticMediaWiki

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-12-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #30 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 88459 abandoned by Jeroen De Dauw: Fix some incompatibilities with PostgreSQL Reason: I'm abandoning this as I think the issue has already been fixed, and since

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-12-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 Jeroen De Dauw jeroen_ded...@yahoo.com changed: What|Removed |Added Status|PATCH_TO_REVIEW |RESOLVED

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #28 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 88459 had a related patch set uploaded by Nemo bis: Fix some incompatibilities with PostgreSQL https://gerrit.wikimedia.org/r/88459 -- You are receiving this

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-11-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #24 from José Antonio fal...@reisng.eu --- Created attachment 13926 -- https://bugzilla.wikimedia.org/attachment.cgi?id=13926action=edit Diff file containing the following redefinitions:usage_count=$dbtypes[i]. 'i' = (

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-11-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #25 from MWJames jamesin.hongkon...@gmail.com --- You could add this directly to the GitHub branch yourself otherwise it will take time before someone will manually apply this patch? -- You are receiving this mail because: You are

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-11-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #26 from José Antonio fal...@reisng.eu --- (In reply to comment #25) You could add this directly to the GitHub branch yourself otherwise it will take time before someone will manually apply this patch? Hi It seems that I would

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-11-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #27 from Jeroen De Dauw jeroen_ded...@yahoo.com --- You can create a fork of the repo an push the branch with additional commit over there, then submit a pull request against the branch on the main repo. -- You are receiving this

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #21 from José Antonio fal...@reisng.eu --- Branch: https://github.com/SemanticMediaWiki/SemanticMediaWiki/tree/postgresql Seems to work ok on: 3.10-0.bpo.3-amd64 #1 SMP Debian 3.10.11-1~bpo70+1 (2013-09-24) x86_64 GNU/Linux with

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #22 from José Antonio fal...@reisng.eu --- Both php uni-test errors are caused because the uni-test PropertyStatisticsTableTest is assigning an out bounds value, 2147483648, to a postgresql integer data type. Therefore postgresql

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #23 from MWJames jamesin.hongkon...@gmail.com --- Could you apply a patch-set to [1] so Travis-CI [2] can automatically run the unit tests and we can see whether they pass or not. [1]

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #15 from José Antonio fal...@reisng.eu --- Uising php ./SMW_setup.php, These are my findings so far: Initial Problem: relation already exists: File: SemanticMediaWiki/includes/storage/SMW_SQLHelpers.php Supplied index name

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #16 from José Antonio fal...@reisng.eu --- Summary of changes that seems to make SMW work with PostgreSQL 9.1 on Debian Wheezy using “php ./SMW_setup.php”. Change n.1 to solve problem: name “relation smw_object_ids already

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #17 from MWJames jamesin.hongkon...@gmail.com --- (In reply to comment #14) Yes, somebody moving the code from SQLStore2 to SQLStore3 did rename the table from smw_ids to smw_object_ids but left the (smw_ids_smw_id_seq). Easy to

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #18 from MWJames jamesin.hongkon...@gmail.com --- $dbw-replace( SMWSQLStore3::PROPERTY_STATISTICS_TABLE, array ('p_id'), array ( 'p_id' = $row-smw_id,

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #19 from MWJames jamesin.hongkon...@gmail.com --- (In reply to comment #16) Summary of changes that seems to make SMW work with PostgreSQL 9.1 on Debian Wheezy using “php ./SMW_setup.php”. Change n.1 to solve problem: name

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #20 from MWJames jamesin.hongkon...@gmail.com --- Above changes have been applied to the [1] branch which now runs a successful installation [2] of PostgreSQL 9.1.x on the Travis-CI platform using MW=1.21.0, SMW 1.9beta. Unit tests

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 José Antonio fal...@reisng.eu changed: What|Removed |Added CC||fal...@reisng.eu ---

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #14 from Marcin Cieślak marcin.cies...@gmail.com --- Yes, somebody moving the code from SQLStore2 to SQLStore3 did rename the table from smw_ids to smw_object_ids but left the (smw_ids_smw_id_seq). Easy to fix, but code review takes

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 Marcin Cieślak marcin.cies...@gmail.com changed: What|Removed |Added Blocks||384, 25450

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-10-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 Marcin Cieślak marcin.cies...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-10-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #9 from Jeroen De Dauw jeroen_ded...@yahoo.com --- There is a commit related to this on gerrit: https://gerrit.wikimedia.org/r/#/c/88459/ -- You are receiving this mail because: You are the assignee for the bug. You are on the CC

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-10-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 Gerrit Notification Bot gerritad...@wikimedia.org changed: What|Removed |Added Status|NEW

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-10-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #10 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 91375 had a related patch set uploaded by saper: Sort out index creation for PostgreSQL https://gerrit.wikimedia.org/r/91375 -- You are receiving this mail

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-10-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #11 from Marcin Cieślak marcin.cies...@gmail.com --- (In reply to comment #6) The patch is really just a start. In principal there are currently the following problems with SMW and PostgreSQL: * Indexes and sequences must be

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-10-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #12 from Marcin Cieślak marcin.cies...@gmail.com --- (In reply to comment #11) (In reply to comment #6) The patch is really just a start. In principal there are currently the following problems with SMW and PostgreSQL: *

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 Merlijn van Deen valhall...@arctus.nl changed: What|Removed |Added CC|

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 Tiziano Müller t...@dev-zero.ch changed: What|Removed |Added CC||t...@dev-zero.ch ---

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2013-03-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 Daniel Scharrer dan...@constexpr.org changed: What|Removed |Added CC|

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2012-12-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 Michael Allan m...@zelea.com changed: What|Removed |Added CC||m...@zelea.com -- You

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2012-12-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #3 from b...@srck.net --- I'm sorry, I won't have time to take a look at it myself for next month or two. The patch was meant more like a hint where some of the issues are, not a proper fix. What do you mean by developers not

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2012-12-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #4 from MWJames jamesin.hongkon...@gmail.com --- Access to ... means for someone to have a PostgreSQL installed base available to verify that your patch and SMW is working. If someone wanted to apply your patch, he/she needs an

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2012-12-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #5 from b...@srck.net --- Alright, I added a note to http://semantic-mediawiki.org/wiki/PostgreSQL. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2012-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #2 from MWJames jamesin.hongkon...@gmail.com --- Thanks for your effort. We would really appreciate if you could make a gerrit commit [0] because that would help use to review the code through the appropriate channel. We really

[Bug 42659] Unable to install SMW 1.8 with PostgreSQL

2012-12-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42659 --- Comment #1 from b...@srck.net 2012-12-03 21:10:17 UTC --- Created attachment 11457 -- https://bugzilla.wikimedia.org/attachment.cgi?id=11457 Possible fixes for few postgres problems -- Configure bugmail: