firebird
firebird copied to clipboard
Firebird server, client and tools
Hello, I have a problem with shadow. I use Firebird-3.0.8.33535_0_x64. So I saw in that Firebird deletes my shadow files. The message is logged in as follows: shadow ... shd...
Submitted by: alexkrav80 (alexkrav80) Votes: 30 SFID: 1036767#⁠ Submitted By: alexkrav80 1\) INTERSECT: Result of \(select \.\.\.\) INTERSECT \(select \.\.\.\) should be intersection of results\. 2\) MINUS \(also known as...
After installing Firebird 4.0.1 from source on SUSE SLES 15.3 i got the above error message when starting the service. Then i tried to start fbguard -deamon as root which...
Submitted by: @pavel-zotov Consider following script: ```sql --create sequence g; alter sequence g restart with 0; recreate table t1(x int, y int); recreate table t2(x int); insert into t1 select...
Submitted by: Shiliaev Ruslan (shiliaevruslan) Test case: CREATE VIEW V\(F1, F2\) AS SELECT RDB$SECURITY\_CLASS, COALESCE\(RDB$SECURITY\_CLASS , 'B'\) FROM RDB$DATABASE WHERE 1=0; SELECT 1, V\.F1, V\.F2 FROM RDB$DATABASE LEFT JOIN V...
Splitted #4769 so it now deals only with variables/parameters and this one with cursors.
Pascal example "01.create.pas" is located in both "object_pascal" and "interfaces" directory. Also there are pascal examples in other directories (dbcrypt, interfaces,...), so shouldn't the examples in "object_pascal" directory be in...
Submitted by: @pavel-zotov DDL: ```sql create or alter procedure null_arg_force_idx_usage as begin end; create or alter procedure null_arg_optimization_test_01 as begin end; create or alter procedure null_arg_optimization_test_02 as begin end; recreate...
I propose to extend the external table feature to support CSV format. The existing binary format for external tables make them mostly useless for import and export of data except...
Submitted by: Ivan (patuljak) Votes: 3 I have request for new features and is about included a "Load file" in sql\. Example LOAD DATA INFILE 'c:\\data\.txt' INTO TABLE my\_table FIELDS...