Search found 27 matches

by antoineL
19 Oct 2021, 18:29
Forum: Development
Topic: PostgreSQL, create new database and transactions
Replies: 2
Views: 11163

Re: PostgreSQL, create new database and transactions

Mmmm... Did not try enough, it seems. :oops: After a half-minute session in Google, I found https://stackoverflow.com/questions/26482777 which clearly yells for having AutoCommit to be ON when creating a PostgreSQL database. :roll: The following patch let me pass over the stumble: --- backup/gdbconn...
by antoineL
19 Oct 2021, 18:07
Forum: Development
Topic: PostgreSQL, create new database and transactions
Replies: 2
Views: 11163

PostgreSQL, create new database and transactions

Hi, This is the very fiorst time I am using PostgreSQL, so the likeliest possibility is that I missed something. I am trying to create a new Gestinux instance on a PostgreSQL server (I am using 9.2.24 if you wonders; also I rebuild the cluster to use UTF-8 as encoding). I have a connection between t...
by antoineL
19 Oct 2021, 17:35
Forum: Development
Topic: LogSql()
Replies: 3
Views: 3303

LogSql()

Hi! I guess from the comments that the TGDbConnectionBase is somewhat a newcomer, and that it was created from TGDbConnection . While doing so, the LogSql () method was left within TGDbConnection , guarded with {$IFDEF SQLDEBUG} . Meanwhile, within the ExecSqlRaise() method, there is a call to that ...
by antoineL
15 Oct 2021, 11:43
Forum: Development
Topic: MySQL embedded server
Replies: 3
Views: 3353

Re: MySQL embedded server

Well, I really thought you did use it... I have never used this protocol elsewhere, and I don't know in what it is useful The main point is to be able to use an embedded database. That is, Gestinux when started also starts the database engine it needs; when it exits, it also stops the engine. Obviou...
by antoineL
13 Oct 2021, 14:26
Forum: Development
Topic: MySQL embedded server
Replies: 3
Views: 3353

MySQL embedded server

Does anyone has instructions to use the mysqld-5 protocol (with the trailing d ), which I understand translates to using the MySQL embedded DB server within DLL libMySQLd.dll? I do not have experience with this setup, and documentation on the web is thin (the best I have read so far is https://docwi...
by antoineL
23 Jan 2021, 16:57
Forum: Development
Topic: Language change from French to Spanish
Replies: 5
Views: 6250

Re: Language change from French to Spanish

OK, the change in configuration makes a lot of sense. I will apply it ASAP since indeed I am stumbling more than once on this error. About Spanish translations, of course I should help when I encounter problem but I should say that for the moment, it works quite well. The only one I spotted so far s...
by antoineL
22 Jan 2021, 21:09
Forum: Development
Topic: Language change from French to Spanish
Replies: 5
Views: 6250

Language change from French to Spanish

HI! I hope this is the correct place to report a bug (actually what looks like one.) TL;DR: missing line in languages/fr_FR_countries.txt. Long version: I started the program the first time in French. Then I made a few operations, over several sessions. Then i am restarting from the beginning: selec...