8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00
Commit Graph

42787 Commits

Author SHA1 Message Date
asfernandes
c97baf0bbd increment build number 2009-11-03 23:16:39 +00:00
asfernandes
957aa3e32b Fix problem reported by Bill - usage of variable in non-PSQL block crashs the server. Test case:
--
-- Defect S0320338
-- EXTRA COLON CAUSES ISQL TO CRASH
--
create database 'test.fdb';

create table USER_DATA (
    BASE_DATA_ID numeric(18,0) not null,
    OWNER_IDENTITY_ID numeric(18,0),
    primary key (BASE_DATA_ID)
);

create table IDENTITY (
    IDENTITY_ID numeric(18,0) not null,
    OBJECT_VERSION numeric(18,0) not null,
    IS_ACTIVE char(1),
    IS_GROUP char(1),
    OMRID varchar(80) not null unique,
    NAME varchar(80) not null,
    IDENTITY_PROXY_ID numeric(18,0) unique,
    primary key (IDENTITY_ID)
);

SELECT ident.IDENTITY_PROXY_ID
FROM USER_DATA ud
JOIN IDENTITY ident on ud.OWNER_IDENTITY_ID = ident.IDENTITY_ID
WHERE ud.BASE_DATA_ID = :OBJECT_ID;
-- this query should fail, but not crash

drop database;
2009-11-03 23:16:37 +00:00
verbguy
fcfe23496a increment build number 2009-11-03 21:17:43 +00:00
verbguy
b0d2ab6d67 increment build number 2009-11-03 16:00:08 +00:00
verbguy
d67ba89735 fix Sun Studio build 2009-11-03 16:00:07 +00:00
verbguy
8cd7dbd262 increment build number 2009-11-03 15:58:57 +00:00
verbguy
c625318f54 Solaris 9 fix - use absolute path to atomic in-line assembly routines, instead of relative path. Build of examples was broken when example code moved to new directory. 2009-11-03 15:58:56 +00:00
verbguy
7800b7c603 increment build number 2009-11-03 15:31:01 +00:00
verbguy
8a93f259a2 fix Sun Studio warning, Identifier expected instead of "}". 2009-11-03 15:31:00 +00:00
verbguy
4e05f2f32d increment build number 2009-11-03 15:02:12 +00:00
verbguy
5148da5cd8 fix Sun Studio error, "a union member cannot have a user-defined assignment operator," per Adriano's suggestion 2009-11-03 15:02:11 +00:00
fsg
64aad230f6 increment build number 2009-11-03 13:53:14 +00:00
fsg
a9fe1647ec nightly update 2009-11-03 13:53:13 +00:00
alexpeshkoff
f699a4dbd2 increment build number 2009-11-03 13:35:21 +00:00
alexpeshkoff
0bc6cbab4e increment build number 2009-11-03 13:35:20 +00:00
alexpeshkoff
370806c17f Small fixes to make best of binreloc during development - can run all binaries now directly from gen/firebird/bin 2009-11-03 13:35:19 +00:00
alexpeshkoff
5c26cc5ccc increment build number 2009-11-03 13:35:10 +00:00
alexpeshkoff
3ec15e4e02 increment build number 2009-11-03 13:33:55 +00:00
alexpeshkoff
376508d4dd increment build number 2009-11-03 13:33:54 +00:00
alexpeshkoff
00affefdb0 Small fixes after changing memory manager 2009-11-03 13:33:53 +00:00
alexpeshkoff
217f057747 increment build number 2009-11-03 13:32:17 +00:00
alexpeshkoff
82642d8a7c Doctor library name according to posix rules 2009-11-03 13:32:15 +00:00
alexpeshkoff
7def011d82 increment build number 2009-11-03 13:31:26 +00:00
alexpeshkoff
4f98901eee increment build number 2009-11-03 13:31:25 +00:00
alexpeshkoff
4dc99001af Vulcan improvement - keep reason of locking to be viewed by debugger 2009-11-03 13:31:24 +00:00
alexpeshkoff
b5968462e9 increment build number 2009-11-03 13:30:38 +00:00
alexpeshkoff
2d0701f96e Merged vulcan memory pools 2009-11-03 13:30:37 +00:00
alexpeshkoff
89f5770f7e increment build number 2009-11-03 13:29:51 +00:00
alexpeshkoff
abefcea0ca Avoid useless warning 2009-11-03 13:29:50 +00:00
alexpeshkoff
9b12ac8e70 increment build number 2009-11-03 13:29:17 +00:00
alexpeshkoff
28f5f5a703 As long as we have backward compatible API no use changing SONAME 2009-11-03 13:29:15 +00:00
robocop
419cbce7bd increment build number 2009-11-03 10:00:59 +00:00
robocop
a8b74e0a3b CORE-1712: Another B.O. bites the dust. 2009-11-03 10:00:57 +00:00
robocop
4d9b89028d increment build number 2009-11-03 07:36:21 +00:00
robocop
5ed1680699 Misc. 2009-11-03 07:36:20 +00:00
robocop
69b039d2a4 increment build number 2009-11-03 07:35:52 +00:00
verbguy
8c65f17dd4 increment build number 2009-11-02 21:09:01 +00:00
verbguy
f55b5261c4 increment build number 2009-11-02 21:09:00 +00:00
verbguy
0a91e292f0 increment build number 2009-11-02 21:08:59 +00:00
verbguy
5e904927f7 front port recent 2.5 HPUX changes 2009-11-02 21:08:58 +00:00
verbguy
6529e216c7 increment build number 2009-11-02 21:08:57 +00:00
verbguy
a9a740ae17 increment build number 2009-11-02 21:08:56 +00:00
verbguy
3640a40e64 increment build number 2009-11-02 20:38:22 +00:00
verbguy
c5e4dde5ac front port AIX porting changes
- suppress "unknown pragma message" messages for production build
- fix comment, -qstaticinline is still used in production build
2009-11-02 20:38:21 +00:00
verbguy
2a447798b2 increment build number 2009-11-02 20:34:59 +00:00
asfernandes
3d468aa349 increment build number 2009-11-02 14:47:11 +00:00
asfernandes
fcf30dba86 increment build number 2009-11-02 14:47:10 +00:00
asfernandes
d6fb4233c1 Fix memory leak found by Claudio 2009-11-02 14:47:09 +00:00
asfernandes
05836e6312 increment build number 2009-11-02 14:42:29 +00:00
asfernandes
98428d394c increment build number 2009-11-02 14:42:28 +00:00