Search found 11 matches
- 31.07.2007, 10:16
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: PostgreSQL and character escaping
- Replies: 1
- Views: 677
PostgreSQL and character escaping
Hi, According to PG documentation, see this: http://www.postgresql.org/docs/8.2/static/sql-syntax-lexical.html#SQL-SYNTAX-STRINGS PostgreSQL is going to stop tolerate escaping characters in literal strings. Currently I got warnings about this (nonstandard using of backslash as escaping character) an...
- 27.12.2006, 11:34
- Forum: Off Topic
- Topic: use of zeos
- Replies: 8
- Views: 27418
I use ZeosLib since 3-4 years: Delphi 7/10/BDS06 + MySQL + PostgreSQL. Having 8 offices countrywide, a centralized DB server (Postgresql) with some 300K max rows in a single table I still did not experience any crucial problem using Zeos. I firmly recommend Zeos for production environment, even 6.6....
- 12.12.2006, 14:00
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Default values for not null fields on new record
- Replies: 13
- Views: 5537
Just to note that Field.Required property should play its role here. I mean at some stage of the logic it is important if that property is True or False. Honestly, this issue is kinda foggy and must be treated very carefully and must cover every single hypothesis (combination of server+driver+user)....
- 12.12.2006, 11:01
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Default values for not null fields on new record
- Replies: 13
- Views: 5537
This is a pretty old thread but I'd like to add my 0.02: It might be connected to the AutoGeneratedValue TField property. As far as I can see Zeos does not implement this feature. Quote form Delphi 10 Help: TField.AutoGenerateValue Property Indicates whether the field values can be generated by the ...
- 11.12.2006, 10:23
- Forum: Bug Reports
- Topic: SortedFields at runtime
- Replies: 4
- Views: 3468
- 26.11.2006, 18:13
- Forum: Bug Reports
- Topic: [bug_fixed] Bug in ZAbstractRODataset (6.6.0 beta version)
- Replies: 6
- Views: 4656
- 26.11.2006, 18:10
- Forum: Bug Reports
- Topic: [bug_fixed] Bug in ZAbstractRODataset (6.6.0 beta version)
- Replies: 6
- Views: 4656
- 26.11.2006, 13:41
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Can't load libraries
- Replies: 1
- Views: 732
Hi, As far as I am aware if you connect the DB at Design Time (for example if you set a ZConnection's property Connected=true) you need all DLLs in Windows Sytem32 directory. At run time they must be either in Win/system32 or in the current (executable program) directory. Suggestion: Copy all DLL to...
- 30.10.2006, 12:26
- Forum: PostgreSQL
- Topic: Range Check Error in ZPlainPostgresqlDriver
- Replies: 8
- Views: 4006
Never used Zeoslib testing suite but will give it a try. I am using Zeos since 3-4 years with D7 and Postgresql. The reason I come back here was because an upgrade is underway: PostgreSQL 7.4 -> 8.1.5 and D7-> BDS 2006. I'll take the oportunity to ask all people here if the ZeosLib for BDS 2006 (Del...
- 29.10.2006, 21:01
- Forum: PostgreSQL
- Topic: Range Check Error in ZPlainPostgresqlDriver
- Replies: 8
- Views: 4006
- 02.09.2005, 17:06
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: any news re: alpha --> full release
- Replies: 14
- Views: 4982
6.5.1 alpha, however stable enough
Hi, Here is: D7, Postgresql 7.4.x, Zeoslib 6.5.1 I use "6.5.1-alpha" since it was released, in a real, real, production environment. No problems at all, at least problems one would expect from "alpha"s. I'd say that current "alpha" is rather "gamma" by means o...