Package Details: pgmodeler 3:1.1.2-1

Git Clone URL: https://aur.archlinux.org/pgmodeler.git (read-only, click to copy)
Package Base: pgmodeler
Description: PostgreSQL Database Modeler: an open source CASE tool for modeling PostgreSQL databases
Upstream URL: https://pgmodeler.io
Licenses: GPL3
Submitter: Carlinix
Maintainer: marco44
Last Packager: marco44
Votes: 50
Popularity: 0.31
First Submitted: 2014-01-04 05:32 (UTC)
Last Updated: 2024-04-09 11:50 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

marco44 commented on 2016-11-15 11:48 (UTC)

dimytch: PKGBUILD updated

dimytch commented on 2016-11-14 09:56 (UTC) (edited on 2016-11-14 09:57 (UTC) by dimytch)

PKGBUILD:36 need to be patch -p1 < ../patch_no_check_update.diff

marco44 commented on 2016-08-04 16:58 (UTC)

Well, it's this bug: https://github.com/pgmodeler/pgmodeler/issues/845 It will be fixed in next version (and is fixed in git head, so it should work with the pgmodeler-git package)

ASPIRIN commented on 2016-08-04 16:23 (UTC)

Hi cousinm, sorry, I don't know about this... I seen something similar on forums for other version...

marco44 commented on 2016-08-04 16:08 (UTC)

Hi ASPIRIN… is this bug reported upstream ?

ASPIRIN commented on 2016-08-04 15:54 (UTC) (edited on 2016-08-04 15:56 (UTC) by ASPIRIN)

For fix error (in version 0.8.2) with last comma in create table edit file "usr/local/share/pgmodeler/schemas/sql/table.sch". Replace line "%if %not {constr-sql-disabled} %then [,] $br %end" to "%if %not {constr-sql-disabled} %and {constraints} %then [,] %end"

marco44 commented on 2016-06-01 16:28 (UTC)

Hi, This message is obsolete. I forgot to remove it. I corrected this and will push this correction when there is a new pgmodeler release. For your XML error, see my message from 2016-05-02 05:59

mrechte commented on 2016-05-31 17:46 (UTC)

Hello, At package install I have the message: ==> NOTE: Please re-login to include PGMODELER in your PATH. ==> NOTE: You can load by hand with: $ source /etc/profile.d/pgmodeler.sh ;). However there is no such script in profile.d Starting pgmodeler produces: [5] src/xmlparser.cpp (198) void XMLParser::readBuffer() [ERR_LIBXMLERR] Error while interpreting XML buffer at line 0 column 0. Message generated by the parser: No declaration for attribute connect_timeout of element connection . [4] src/xmlparser.cpp (122) void XMLParser::loadXMLBuffer(const QString&) [ERR_LIBXMLERR] Error while interpreting XML buffer at line 0 column 0. Message generated by the parser: No declaration for attribute connect_timeout of element connection . [3] src/xmlparser.cpp (91) void XMLParser::loadXMLFile(const QString&) [ERR_LIBXMLERR] Error while interpreting XML buffer at line 0 column 0. Message generated by the parser: No declaration for attribute connect_timeout of element connection . [2] src/baseconfigwidget.cpp (181) void BaseConfigWidget::loadConfiguration(const QString&, std::map<QString, std::map<QString, QString> >&, const std::vector<QString>&) [ERR_LIBXMLERR] Error while interpreting XML buffer at line 0 column 0. Message generated by the parser: No declaration for attribute connect_timeout of element connection . [1] src/connectionsconfigwidget.cpp (143) virtual void ConnectionsConfigWidget::loadConfiguration() [ERR_LIBXMLERR] Error while interpreting XML buffer at line 0 column 0. Message generated by the parser: No declaration for attribute connect_timeout of element connection . [0] src/configurationform.cpp (119) void ConfigurationForm::loadConfiguration() [ERR_CONFIG_NOT_LOADED] Impossible de charger un ou plusieurs fichiers de configuration! Veuillez vérifier que les fichiers existent bien dans le dossier de configuration et qu'ils ne soient pas corrompus pour éviter que l'erreur ne se produise à nouveau au prochain lancement! Thanks

davidmcinnis commented on 2016-05-03 01:59 (UTC) (edited on 2016-05-04 02:29 (UTC) by davidmcinnis)

That got it working. Thanks, -Dave

marco44 commented on 2016-05-02 05:59 (UTC)

Hi, that's a bug in the configuration parser of pgmodeler. Edit your connections.conf and remove the connect_timeout attribute.