Recent

Author Topic: FYI: Firebird 3.0 alpha 1 released  (Read 5065 times)

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
FYI: Firebird 3.0 alpha 1 released
« on: August 02, 2013, 10:23:52 am »
FYI: the first alpha version of Firebird 3 has been released.

Firebird 3 has a new architecture and lots of changes, including a new network protocol.

You can apparently run it with a module/setting that enables the FB 2.x protocol so existing drivers will work.
Perhaps time to look into a new, separate fb driver ;)

Details:
http://www.firebirdsql.org/en/news/firebird-3-0-alpha-1-release-is-available-for-testing-32697/
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: FYI: Firebird 3.0 alpha 1 released
« Reply #1 on: August 02, 2013, 10:41:56 am »
Some highlights from the release notes:

Object-oriented C++ APIs enable external code routines to run  inside the Firebird engine space, including (but not limited to):
Stored procedures, triggers and functions (e.g. in ObjectPascal)
Encryption schemes for data
User authentication schemes, including secure key exchange

A true BOOLEAN type

IDENTITY type (aka autonumber on other dbs) - no need any more to define your own trigger+generator/sequence to get an auto ID number

One single library for both embedded and client/server operation
« Last Edit: August 02, 2013, 10:45:31 am by BigChimp »
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

Groffy

  • Full Member
  • ***
  • Posts: 205
Re: FYI: Firebird 3.0 alpha 1 released
« Reply #2 on: August 13, 2013, 09:54:06 am »
True SMP support for SuperServer :-)
Linux Mint / Windows 10 / Lazarus 3.6.0 / trunk

ikutluay

  • New Member
  • *
  • Posts: 18
Re: FYI: Firebird 3.0 alpha 1 released
« Reply #3 on: September 02, 2013, 04:33:17 pm »
i have tried to test it but i can see the autoinc field in dbworkbench ? How to find that

otorres

  • Jr. Member
  • **
  • Posts: 94
Re: FYI: Firebird 3.0 alpha 1 released
« Reply #4 on: September 02, 2013, 05:22:43 pm »
i have tried to test it but i can see the autoinc field in dbworkbench ? How to find that

You cant because dbWorkBench not is released to Firebird 3, you need use scripts to create a table, see the documentation to create autoinc fields.

Regards.

ikutluay

  • New Member
  • *
  • Posts: 18
Re: FYI: Firebird 3.0 alpha 1 released
« Reply #5 on: September 16, 2013, 03:49:06 pm »
i have tried to test it but i can see the autoinc field in dbworkbench ? How to find that

You cant because dbWorkBench not is released to Firebird 3, you need use scripts to create a table, see the documentation to create autoinc fields.

Regards.

Thanks buddy. Ill try...

 

TinyPortal © 2005-2018