FB 2.1 using isql, connect with utf8 to a database with default charset
utf8. Then try this (commits excluded for brevity):
create table "Temp" ("Dummy" int);
insert into "Temp" ("Dummy") values (1);
select * from "Temp";
alter table "Temp" add "New" timestamp default '0001-01-01' not null;
select
On 27/04/2011 19:28, Support List wrote:
> I am doing a new major release of IB Objects soon and I want to get
> confirmation of some things before I finalize it.
>
> I have some scenarios that I would like to know what to do about.
> There are a total of 9 possible combinations of 3 aspects.
>
> A
Adriano dos Santos Fernandes wrote:
...
> Data is transliterated from its charset to client charset and
> vice-versa.
NONE/OCTETS ->> something: data is validated accordingly to something
something ->> NONE/OCTETS: nothing is done
something1 ->> something2: data is transliterated
Hi Adriano,
Wh
On 28/04/2011 08:20, Geoff Worboys wrote:
> Adriano dos Santos Fernandes wrote:
> ...
>> Data is transliterated from its charset to client charset and
>> vice-versa.
> NONE/OCTETS ->> something: data is validated accordingly to something
> something ->> NONE/OCTETS: nothing is done
> something1 -
Adriano dos Santos Fernandes wrote:
> On 28/04/2011 08:20, Geoff Worboys wrote:
>> ...
>> While on this sort of subject are you able to offer any
>> information about what happens to API text such as SQL
>> statements and the like) sent to the server? (And details
>> like relation names etc return
On 28/04/2011 08:57, Geoff Worboys wrote:
> Adriano dos Santos Fernandes wrote:
>> On 28/04/2011 08:20, Geoff Worboys wrote:
>>> ...
>>> While on this sort of subject are you able to offer any
>>> information about what happens to API text such as SQL
>>> statements and the like) sent to the server
> Yes. But UNICODE_FSS is currently validated as UTF-8 but in
> fact it should not allow 4-bytes characters. So doing it may
> result in problems when converting from UNICODE_FSS to UTF-8
> or other character set.
> It's better to never use NONE charset, specially for the
> connection charset.
Ag
Hi, I installed FB 2.5 on FreeBSD 8.2 AMD64, and found that fb_smp_server
doesn't start because of the libraries libicu* requiered are version 38 and the
server has installed version 46.
This is what I get when starting fb_smp_server:
martin@server:/home/martin$ sudo /usr/local/sbin/fb_smp_serv
On 28/04/2011 10:22, Leonardo M. Ramé wrote:
> Hi, I installed FB 2.5 on FreeBSD 8.2 AMD64, and found that fb_smp_server
> doesn't start because of the libraries libicu* requiered are version 38 and
> the server has installed version 46.
>
> This is what I get when starting fb_smp_server:
>
> mar
Leonardo M. Ramé [2011-04-28 15:22] :
> Hi, I installed FB 2.5 on FreeBSD 8.2 AMD64
how did you install it ?
you can build it yourself with --with-system-icu build option
but with icu 4.6 you need also the patch from
http://tracker.firebirdsql.org/browse/CORE-3447
http://firebird.svn.sourceforg
--- On Thu, 4/28/11, Philippe Makowski wrote:
> how did you install it ?
cd /usr/ports/database/firebird25-server
make -DPACKAGE_BUILDING
make install
> you can build it yourself with --with-system-icu build
> option
> but with icu 4.6 you need also the patch from
> http://tracker.firebirdsql
Added not null timestamp col with default causes error on select of old null
records
Key: CORE-3453
URL: http://tracker.firebirdsql.org/browse/CORE-3453
Project: Fir
[
http://tracker.firebirdsql.org/browse/CORE-3355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Philippe Makowski reopened CORE-3355:
-
seems that it is not fixed in 2.1.4 and in 2.5.0
see :
SQL> create table tdate (id integer not
"fb_lock_print -c" hangs server
---
Key: CORE-3454
URL: http://tracker.firebirdsql.org/browse/CORE-3454
Project: Firebird Core
Issue Type: Bug
Components: LOCK_PRINT
Affects Versions: 2.5.0
Slow connect/disconect FB 2.1.4 on Win2003
--
Key: CORE-3455
URL: http://tracker.firebirdsql.org/browse/CORE-3455
Project: Firebird Core
Issue Type: Bug
Affects Versions: 2.1.4, 2.1.3
Envi
15 matches
Mail list logo