Join Firebird!

Join Firebird Foundation to support Firebird SQL development and receive multiple bonuses

Follow Us

Select your media preference

Newsletter

Subscribe to Firebird’s Newsletter to receive the latest news

Developer's Report: Firebird INTL/DSQL Development
November 2014 to January 2015

January 2015
 
trunk
  • Make the API usable with different type of IStatus classes, throwing(what class?) or not throwing. Builtin are CheckStatusWrapper (no throw)and ThrowStatusWrapper (throws FbException).
  • Fixed QLI and TCS problems.
  • Fixed problem introduced by fix of CORE-4280.
  • Fixed problem with subfunction parameters related to CORE-4572.
  • Remove IMaster::same.
  • Make UDR StatusType customizable.
  • Renamed "Utl" API to "Util".
  • Added encode/decode date/time methods to IUtil interface.
  • API adjustments after fix and test with fbstuff repository.
  • Add iberror.h in the place so that external code may point to the development tree include files.
  • Fixed problem of local templates being not allowed in pre-C++-11 code.
  • Improvements to the UDR plugin.
  • Split the UDR examples in multiple files to demonstrate how it should be done.
  • Making UDRs work in Windows. Fighting with the build.
December  2014

trunk
  • Make the API usable with different type of IStatus classes, throwing(what class?) or not throwing. Builtin are CheckStatusWrapper (no throw) and ThrowStatusWrapper (throws FbException).
  • Generate interfaces with I-prefix.
November 2014

trunk
  • Make the API usable with different type of IStatus classes, throwing (what class?) or not throwing. Builtin are CheckStatusWrapper (no throw) and ThrowStatusWrapper (throws FbException).
  • Improvement CORE-4590 - Change type of returning value of CHAR_LENGTH, BIT_LENGTH and OCTET_LENGTH of BLOBs to bigint.
  • Fixed CORE-4623 - SP "Domain" and "Type Of" based variables referring BLOB with sub_type < 0 no longer work.
2.5 branch
  • Fixed CORE-4604 - EXECUTE STATEMENT rise varchar char_length() size.
  • Fixed CORE-4599 - REPLACE function works incorrectly with multibyte charsets.
Adriano dos Santos Fernandes
Sao Paulo, Brazil
November 2014 to January 2015

January 2015
 
trunk
  • Make the API usable with different type of IStatus classes, throwing(what class?) or not throwing. Builtin are CheckStatusWrapper (no throw)and ThrowStatusWrapper (throws FbException).
  • Fixed QLI and TCS problems.
  • Fixed problem introduced by fix of CORE-4280.
  • Fixed problem with subfunction parameters related to CORE-4572.
  • Remove IMaster::same.
  • Make UDR StatusType customizable.
  • Renamed "Utl" API to "Util".
  • Added encode/decode date/time methods to IUtil interface.
  • API adjustments after fix and test with fbstuff repository.
  • Add iberror.h in the place so that external code may point to the development tree include files.
  • Fixed problem of local templates being not allowed in pre-C++-11 code.
  • Improvements to the UDR plugin.
  • Split the UDR examples in multiple files to demonstrate how it should be done.
  • Making UDRs work in Windows. Fighting with the build.
December  2014

trunk
  • Make the API usable with different type of IStatus classes, throwing(what class?) or not throwing. Builtin are CheckStatusWrapper (no throw) and ThrowStatusWrapper (throws FbException).
  • Generate interfaces with I-prefix.
November 2014

trunk
  • Make the API usable with different type of IStatus classes, throwing (what class?) or not throwing. Builtin are CheckStatusWrapper (no throw) and ThrowStatusWrapper (throws FbException).
  • Improvement CORE-4590 - Change type of returning value of CHAR_LENGTH, BIT_LENGTH and OCTET_LENGTH of BLOBs to bigint.
  • Fixed CORE-4623 - SP "Domain" and "Type Of" based variables referring BLOB with sub_type < 0 no longer work.
2.5 branch
  • Fixed CORE-4604 - EXECUTE STATEMENT rise varchar char_length() size.
  • Fixed CORE-4599 - REPLACE function works incorrectly with multibyte charsets.
Adriano dos Santos Fernandes
Sao Paulo, Brazil