SunQuest
           Firebird SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesFirebird SQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today!
  #1  
Old June 5th, 2003, 03:07 AM
cfgeek cfgeek is offline
Hopeless Romantic
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: Australia
Posts: 30 cfgeek User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Send a message via ICQ to cfgeek
Firebird 1.03

Just a heads up. Firebird 1.03 is out!

Links to download are here and the changelog is here.

Reply With Quote
  #2  
Old June 5th, 2003, 03:23 AM
mariuz's Avatar
mariuz mariuz is offline
Bug Hunter
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: Transylvania (Romania)
Posts: 274 mariuz User rank is Corporal (100 - 500 Reputation Level)mariuz User rank is Corporal (100 - 500 Reputation Level)mariuz User rank is Corporal (100 - 500 Reputation Level)mariuz User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 19 h 57 m 57 sec
Reputation Power: 9
Question Re: Firebird 1.03

Quote:
Originally posted by cfgeek
Just a heads up. Firebird 1.03 is out!

Links to download are here and the changelog is here.

very strange
I wanted to submit the same news and it said to me that can't submit the same thread in 30s .
Something is fishy with the forum , and my new
thread is NOT posted , visible !!
Hmmm ... Maybe got moderated who knows ....
ps:
"Only the paranoid survive." - Andy Grove -Intella corporation
__________________
My home page: http://www.firebirdsql.org and work place :http://www.reea.net

Last edited by mariuz : June 5th, 2003 at 08:23 AM.

Reply With Quote
  #3  
Old June 5th, 2003, 08:38 AM
md_doc
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
did you have the exact same title for the thread? that would probably cause it to reject you from posting it.

Reply With Quote
  #4  
Old June 5th, 2003, 09:12 AM
Jcaputo's Avatar
Jcaputo Jcaputo is offline
Kiss My Converse!
Developer Shed Admin.
 
Join Date: May 2003
Location: Davie, Florida
Posts: 1,511 Jcaputo User rank is Major (30000 - 40000 Reputation Level)Jcaputo User rank is Major (30000 - 40000 Reputation Level)Jcaputo User rank is Major (30000 - 40000 Reputation Level)Jcaputo User rank is Major (30000 - 40000 Reputation Level)Jcaputo User rank is Major (30000 - 40000 Reputation Level)Jcaputo User rank is Major (30000 - 40000 Reputation Level)Jcaputo User rank is Major (30000 - 40000 Reputation Level)Jcaputo User rank is Major (30000 - 40000 Reputation Level)Jcaputo User rank is Major (30000 - 40000 Reputation Level)Jcaputo User rank is Major (30000 - 40000 Reputation Level) 
Time spent in forums: 2 Weeks 1 Day 14 h 13 m
Reputation Power: 10
Id love to hear some feedback from anyone who DLd the new version and is using it.

Reply With Quote
  #5  
Old June 5th, 2003, 12:46 PM
mariuz's Avatar
mariuz mariuz is offline
Bug Hunter
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: Transylvania (Romania)
Posts: 274 mariuz User rank is Corporal (100 - 500 Reputation Level)mariuz User rank is Corporal (100 - 500 Reputation Level)mariuz User rank is Corporal (100 - 500 Reputation Level)mariuz User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 19 h 57 m 57 sec
Reputation Power: 9
Smile it was the same title for the thread

Quote:
Originally posted by md_doc
did you have the exact same title for the thread? that would probably cause it to reject you from posting it.

it was the same title for the thread and i panicked because my article didn't showed up
after have submited it (first it showed the 30s warning ) and saw the above article ...

Anyway here is my article body
Firebird 1.0.3 maintenance update

The Firebird project is pleased to announcement the immediate availability of the v1.0.3 maintenance release. It is a testament to the robustness of Firebird 1.0 that no major problems have been found that have required fixing. However, almost six months have passed since the Fb 1.0.2 and several bug fixes and enhancements have appeared. Rather than letting them molder indefinitely it is better to get them out into the big wide world.

One of the main bug fixes was for a problem that was inadvertently introduced in Fb 1.0.2. Gbak and gfix could longer use the service manager api to work on remote servers.

Another important fix was in the way event handlers were set up. Multi-threaded operating systems were setting them up incorrectly, leading to hard to diagnose errors.

One new feature was added - the removal of an artificial limit on maximum indexes per table. This had been set at 64. IBPhoenix had a client who needed more and subsequently carried out the work to remove this limit for them. The readme documents the new limits. It also (hopefully) explains adequately that having a multiple indexes (never mind 64 or 200 or more) is a huge performance drag on applications that are primarily for data update. Just because you can now define 1000 indexes for a table doesn't mean that you should!

An MSVC based control panel applet is now part of the Firebird 1.0 source tree and builds automatically with the rest of the code. It re-uses existing code in the source tree to manage Firebird services. The reasons for including this are quite simple. Firstly, as a server control applet it is a core tool and as such should be buildable with the rest of the server. Secondly, by re-using code we can consistently manage the behaviour of the server. This is not so important for Firebird 1.0 (because of a de facto feature freeze) but is likely to become important for Firebird 1.5 and beyond. Thirdly, it produces 50% smaller code than Delphi coded cpl applets. Firebird has a great tradition for lean and mean and there is every reason for this to be continued, even in an age of 80Gb disc drives.

A half bug-fix/half feature from Firebird 1.5 has been back-ported. Database attachment times had an artificial delay of up to one second due to a code loop that wasn't being broken out of. Local connections are now almost instantaneous.

While preparing the installable binaries for Firebird 1.5 release candidates it became clear that the Firebird 1.0 and 1.0.2 installers have a major design flaw. When doing an uninstallation they don't check to see if they are the current Firebird version. If Firebird 1.5 is installed into a system where Fb 1.0.0 or 1.0.2 exists and then Fb 1.0.0 or 1.0.2 are subsequently uninstalled they will remove the registry entries for Fb 1.5. Firebird 1.0.3 fixes this problem. If you are planning on installing Firebird 1.5 simultaneously on a system with Firebird 1.0 it is highly recommended that you upgrade to Fb 1.0.3 for this reason alone.

Simultaneous and harmonious existence between Firebird 1 and 1.5 still hasn't been achieved. The remaining problems will be dealt with in subsequent maintenance releases of Fb 1.0 and release candidates of Firebird 1.5. (hopefully) explains adequately that
having a multiple indexes (never mind 64 or 200 or more) is a huge performance drag on applications that are primarily for data update. Just because you can now define 1000 indexes for a table doesn't mean that you should!

Last edited by mariuz : June 5th, 2003 at 04:52 PM.

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesFirebird SQL Development > Firebird 1.03


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway