firebird
firebird copied to clipboard
Firebird server, client and tools
There are more ways for getFbVersion() to fail. ISQL should show the particular returned error, not just generic "Cannot get server version without database connection" because it is misleading (database...
I was changing the triggers for a table in a replication environment and found out that those triggers were not replicated. Am I missing something? Thanks in advance for your...
You need to write "ALTER GENERATOR gen_name START WITH some_integer;" if you want to change namly the initial value of generator/sequence.
Request on TABLE_A whith a join on VIEW_B. I don't understand why Firebird builds VIEW_B because the join is lapsed since TABLE_A is empty `SELECT TABLE_A.ID FROM TABLE_A JOIN VIEW_B...
After the uninstall of firebird the following files remain: Windows\System32 => GDS32.DLL Windows\SysWOW64 => FBCLIENT.DLL Windows\SysWOW64 => GDS32.DLL Even when using the /CLEAN option. (BTW is this option still looking...
Sometimes (in unclear cases) dup values may appear in unique/primary key index. Now alter index active DDL are stop on first problematic record and and show only one report. alter...
I'm testing the replication function and I noticed that the generators aren't replicated. I wonder if I'm missing a setting or could it be a bug?
Y-valve should append isc_info_firebird_version information item with its version instead of Remote provider. Now if a third-party network provider is used, information about Y-valve version is missed in the result...
Improve the statistics engine allowing auto-updating and gathering more statistic data. [CORE1082]
Submitted by: m_Th (m_th) Votes: 14 See the discussion from firebird\-devel list\. In short: \- Gather statistics like the other RDBMs\. \(histograms, distributions aso\)\. \- The Auto\-updating engine is better...
Submitted by: Timo Partanen (partim) Is duplicated by [CORE2381](https://github.com/FirebirdSQL/firebird/issues?q=CORE2381+in%3Atitle) Relate to [CORE4666](https://github.com/FirebirdSQL/firebird/issues?q=CORE4666+in%3Atitle) Votes: 12 To provide better performance for queries, Firebird should support value distribution histograms\. A histogram is a...