Search found 10 matches

by alexs
07.11.2012, 20:02
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 85983

Please - add this line in ZeosLazarus.inc

{$DEFINE LAZARUSUTF8}

It is necessary for the correct display of Russian error messages when connecting to a PostgreSQL database in the module ZDbcPostgreSqlUtils on line 737 of Windows.
by alexs
16.10.2012, 21:45
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Problems with accentuation Lazarus 2.7.1
Replies: 24
Views: 6051

EgonHugeist , Hi I continued to look for the problem and found it! TZPostgreSQLConnection.GetEscapeString function works properly. The problem in the function TZPostgreSQLStatement.ExecuteUpdate. The error occurs in an explicit type conversion UTF8String (SQL). My work code: if Connection.GetClient...
by alexs
09.10.2012, 22:54
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Problems with accentuation Lazarus 2.7.1
Replies: 24
Views: 6051

Hi
I made a temporary solution to the UTF8 encoding for FPC 2.7.1.
Now the data is stored in a PostgreSQL database in UTF8 encoding correctly.

I hope that this decision will be made until the FPC team correct the error in the strings.

I'm use:
Lazarus 1.1 r39026 FPC 2.7.1 i386-win32-win32/win64
by alexs
09.10.2012, 16:07
Forum: ZeosLib 7.0 Beta Forum
Topic: [solved] patch for fix work with Postgre stored proc
Replies: 2
Views: 1621

thanks.
testing new version in my projects.
by alexs
09.10.2012, 09:42
Forum: ZeosLib 7.0 Beta Forum
Topic: [solved] patch for fix work with Postgre stored proc
Replies: 2
Views: 1621

[solved] patch for fix work with Postgre stored proc

this path fix work with PG SP
also fix compile firebird driver in fpc.

Lazarus 1.1 r38957M FPC 2.7.1 x86_64-linux-gtk 2
by alexs
26.02.2012, 20:01
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] ZUpdateSqlEditor Minor Change
Replies: 4
Views: 688

Please, set border style to bsSizeable. In Lazarus on linux this dialog is very small and not beautiful.
by alexs
23.02.2012, 19:25
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch done] fix destroy forTZSQLStrings in latest FPC 2.7
Replies: 5
Views: 1012

[patch done] fix destroy forTZSQLStrings in latest FPC 2.7

this patch fix error on destroy any zeos components.
It's fix mistake - use destroyed fields.
by alexs
15.08.2011, 19:58
Forum: ZeosLib 7.0 Beta Forum
Topic: patch for compile with FPC version 2.7
Replies: 1
Views: 572

patch for compile with FPC version 2.7

i'm create patch for compile Zeos with latest FPC version (2.7.1)
by alexs
23.02.2011, 13:27
Forum: ZeosLib 7.0 Beta Forum
Topic: fix error in message
Replies: 0
Views: 1066

fix error in message

this path fix param type in message string.
fix param %d to %s type.

Code: Select all

    DatabaseErrorFmt(SFieldReadOnly, [Field.DisplayName]);
Field.DisplayName - is string field.
by alexs
19.02.2011, 10:26
Forum: ZeosLib 7.0 Beta Forum
Topic: unit output folders for lazarus
Replies: 1
Views: 463

unit output folders for lazarus

Hi.
This patch fix unit output folders for lazarus - separate folder for windows and linux platforms.