Outline ·
[ Standard ] ·
Linear+
Firebird 2.x, Firebird Project (FREEWARE)
|
TSnikcavalera
|
Apr 9 2009, 12:20 AM, updated 9y ago
|
Getting Started

|
Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names, since 1981. The Firebird Project is a commercially independent project of C and C++ programmers, technical advisors and supporters developing and enhancing a multi-platform relational database management system based on the source code released by Inprise Corp (now known as Borland Software Corp) on 25 July, 2000. The Firebird software is free. That means anyone can build a custom version of it, as long as that person or organisation is willing to provide the modifications, under the same IDPL licensing, for others to use. Firebird is also completely free of any registration, licensing or deployment fees. It may be deployed freely for use with any third-party software, whether commercial or not. link http://filehippo.com/download_firebird/This post has been edited by fariz: Mar 28 2011, 02:09 PM
|
|
|
|
|
|
cybpsych
|
Sep 5 2010, 08:35 PM
|
|
Firebird 2.5.0 RC3All download packages: http://www.firebirdsql.org/index.php?op=files&id=fb250_rc3http://filehippo.com/download_firebird/This third release candidate clears up some significant problems that appeared during field testing and lab follow-up. We ask you to test it with everything you've got and report any bugs to firebird-devel.
|
|
|
|
|
|
stasio
|
Dec 15 2010, 06:04 AM
|
|
Firebird 2.5.0 Finalhttp://sourceforge.net/projects/firebird/f...32.exe/downloadhttp://sourceforge.net/projects/firebird/f...32.zip/downloadhttp://sourceforge.net/projects/firebird/f...64.exe/downloadhttp://sourceforge.net/projects/firebird/f...64.zip/download» Click to show Spoiler - click again to hide... « # Fixed * Core Engine/API - (CORE-3115)The internal record compression routines exhibited some bugs. - (CORE-3103)A SELECT statement incurred more non-indexed reads in the third v.2.5 release candidate than the same statement in v.2.1.3. - (CORE-3101)ALTER DOMAIN was not possible in a database that had been migrated from an earlier version. - (CORE-3100)The WAIT mode and lock timeout parameters for the external transaction of EXECUTE STATEMENT were not matched to the corresponding parameters of the local transaction. - (CORE-3096)A regression introduced with the fix for CORE-2893 caused double processing of nodes when preparing a statement, prompting an abort to occur in the debug build. - (CORE-3094)Parameters would not work with NOT IN from a selectable stored procedure. - (CORE-3090)Incorrect LEFT JOIN result using table and derived constant subquery. - (CORE-3089)Attempt to run EXECUTE STATEMENT on an external data source failed when the data source was an InterBase 4.1 (ODS 8) database. - (CORE-3079)Batch inserts were noticeably slowed down if they were all executed in a single transaction and involved triggers that posted events.
* Server Crashes - (CORE-3109)The server would crash when isc_dql_exec_immed3_m() was called for CREATE DATABASE ... in a NULL transaction.
* Command-line Utilities - gsec - (CORE-3116)The gsec utility was sending its output list of users to stderr instead of stdout.
|
|
|
|
|
|
stasio
|
Mar 28 2011, 01:35 PM
|
|
Firebird 2.1.4-Releasad 15.03.2011 x86 http://sourceforge.net/projects/firebird/f...32.exe/downloadhttp://sourceforge.net/projects/firebird/f...32.zip/downloadx64 http://sourceforge.net/projects/firebird/f...64.exe/downloadhttp://sourceforge.net/projects/firebird/f...64.zip/download» Click to show Spoiler - click again to hide... « * v2.1.4 ***************************
* Bugfix CORE-3285 100% CPU usage (endless loop) inside the lock manager Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-3262 LIST() function may overwrite last part of output with zero characters Contributor(s): Adriano dos Santos Fernandes <adrianosf at uol.com.br>
* Bugfix CORE-3244 Function POSITION: wrong result with '' if third argument present Contributor(s): Adriano dos Santos Fernandes <adrianosf at uol.com.br>
* Bugfix CORE-3228 Function RIGHT() fails with multibyte text blobs > 1024 chars Contributor(s): Adriano dos Santos Fernandes <adrianosf at uol.com.br>
* Bugfix CORE-3227 Function ASCII_VAL() fails if argument contains multi-byte character anywhere Contributor(s): Adriano dos Santos Fernandes <adrianosf at uol.com.br>
* Bugfix CORE-3220 isc_info_svc_get_users returns error message in the result cluster Contributor(s): Alex Peshkov <peshkoff at mail.ru>
* Bugfix CORE-3218 Statement cancellation request might be silently ignored by the currently running SQL code Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-3208 Significant memory leaks with recursive queries Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org> Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-3205 isc_dsql_exec_immed2() doesn't return error codes isc_stream_eof and isc_sing_select_err Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-3202 execute_immediate API call family may crash the remote server Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-3188 Page 0 is of wrong type (expected 6, found 1) Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-3148 Dangerous code in SQZ_apply_differences Contributor(s): Dmitry Kovalenko <dmitry.lipetsk at gmail.com> Alex Peshkov <peshkoff at mail.ru>
* Bugfix CORE-3137 Partial rollback is possible for a selectable procedure modifying data Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-3131 WIN1257_LV (Latvian) collation is wrong for 4 letters: A E I U. Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-3119 100% CPU USAGE (endless loop) in the remote protocol code related to events processing Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-3115 Bugs in the internal record compression routines Contributor(s): Dmitry Kovalenko <dmitry.lipetsk at gmail.com> Alex Peshkov <peshkoff at mail.ru>
* Bugfix CORE-3091 Built-in function POWER(X, Y) does not work when the X argument is negative and the Y value is scaled numeric but integral Contributor(s): Adriano dos Santos Fernandes <adrianosf at uol.com.br>
* Bugfix CORE-3079 Strong slowing down inserts with EVENT-s in a single transaction. Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-3067 Objects are not unmapped when shared memory is closed Contributor(s): Alex Peshkov <peshkoff at mail.ru>
* Bugfix CORE-3064 Using both the procedure name and alias inside an explicit plan crashes the server Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-3050 Race condition in LocksCache::get() could lead to AV in the engine Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-3041 Engine could hang when working with read-only database Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-3034 Bugcheñk 300 (can't find shared latch) Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-3022 gpre C++ compiler warnings with GCC 4.4.1 Contributor(s): Daniel Dodson <zabbit at yahoo.com>
* Bugfix CORE-3019 Startup failure of SS and SC on linux gentoo Contributor(s): Alex Peshkov <peshkoff at mail.ru>
* Bugfix CORE-3016 On disconnect it is possible to see "Fatal lock manager error: invalid lock id (0), errno: 0" in firebird.log Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-3015 Various "Cannot initialize the shared memory region" errors Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-3011 Server hangs or crashes while monitoring connections repeatedly attaching and detaching Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-3003 Procedure suspend check may cause restore to fail Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-3001 Install fails to create user & group "firebird" Contributor(s): Alex Peshkov <peshkoff at mail.ru>
* Bugfix CORE-2999 Message "SCH_validate -- not entered" is logged in firebird.log when the Classic Server connection where events were used is finished Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2995 Same error in the status vector is reported twice Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2993 Fatal lock manager error "Invalid lock id (NNN)" while working with monitoring tables on a highly loaded system Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net> Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-2977 Server works with indexed fields of type DATE incorrectly in pre-ODS10 databases Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2969 RDB$SET_CONTEXT does not allow to overwrite any vars after encountering limit of them Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2956 Problems with requests of procedure parameters Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2943 Error while parsing a recursive query with two recursive parts Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2936 Wrong page type (expected 7 found N) error Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2928 Buffer overflow in GSEC Contributor(s): Alex Peshkov <peshkoff at mail.ru>
* Bugfix CORE-2919 Installation script ignores non-standard ports Contributor(s): Alex Peshkov <peshkoff at mail.ru>
* Bugfix CORE-2916 Broken error handling in the case of a conversion error happened during index creation Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-2914 Server crashes while restoring a database having an expression index referencing a non-existent UDF Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-2908 Engine could crash or raise not expected errors working with ODS 8.x database Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2900 Server crashes evaluating aggregate distinct Contributor(s): Adriano dos Santos Fernandes <adrianosf at uol.com.br>
* Bugfix CORE-2888 A memory corruption cause incorrect query evaluation and may crash the server Contributor(s): Adriano dos Santos Fernandes <adrianosf at uol.com.br>
* Bugfix CORE-2879 Sweep could raise error: page 0 is of wrong type (expected 6, found 1) Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2871 Outer ORDER BY clause has no effect Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-2865 Segmentation fault when SuperServer binary is restarted Contributor(s): Alex Peshkov <peshkoff at mail.ru>
* Bugfix CORE-2858 Possible memory trashing when raising some exceptions to signal failed security checks Contributor(s): Claudio Valderrama <cvalde at usa.net>
* Bugfix CORE-2856 Non-NULL key in unique index could be not found when key is removed Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2846 Cannot connect to the database if GFIX -shut <mode> -attach <timeout> fails after the specified timeout (because of connections being still active) Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-2845 Solaris 10 no longer requires SFIO Contributor(s): Paul Beach <pbeach at ibphoenix.com>
* Bugfix CORE-2833 Changing data that affects an expression index that contains references to null date fields fails Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-2831 ISQL shouldn't display database and user names when extracting a script Contributor(s): Claudio Valderrama <cvalde at usa.net>
* Bugfix CORE-2827 Very slow prepare for complex interrelated metadata with many triggers indirectly involved in the operation being prepared Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-2826 Join condition fails for UTF-8 databases Contributor(s): Adriano dos Santos Fernandes <adrianosf at uol.com.br>
* Bugfix CORE-2822 Error "no current row for fetch operation" when subquery includes a non-trivial derived table Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-2820 Small memory leak in query with PLAN ORDER Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2815 PIP page could be marked after it was really changed Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2814 Bus error while sorting/merging on SPARC Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2793 Binary representation of the backup file is inconsistent among subsequent backup/restore cycles Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-2785 BLOB transliteration problem in a specific case Contributor(s): Adriano dos Santos Fernandes <adrianosf at uol.com.br>
* Bugfix CORE-2783 Access violation using recursive query as subquery in select list and ordering by it Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2741 Naive metadata extraction code in isql is defeated by "check" keyword typed in mixed case Contributor(s): Claudio Valderrama <cvalde at usa.net>
* Bugfix CORE-2720 Wrong evaluation result with divide and unary plus\minus operations Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2698 Infinite wait in LocksCache::get Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2684 Error page NNN is of wrong type (expected 7, found N) Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2679 Applications using the embedded server may hang while exiting Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2675 Small memory leak per every blob transliteration Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-2648 NBackup's delta file ignores the "Forced Writes" database setting Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2640 A regular deadlock may not be detected by the lock manager under some conditions, thus resulting in a hang Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net> Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-2635 Unique index with a lot of NULL keys can be corrupted at level 1 Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2634 Performance regression when restoring database with big metadata Contributor(s): Alex Peshkov <peshkoff at mail.ru>
* Bugfix CORE-2632 "Invalid BLOB ID" error when working with the monitoring tables Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2616 Error "page <N> is of wrong type (expected 7, found 5)" Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2591 High mutex wait ratio and degraded performance after some time of performing normally Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-2578 select rdb$db_key from a view with more than one table joined results in a conversion error Contributor(s): Alex Peshkov <peshkoff at mail.ru>
* Bugfix CORE-2572 Locks of type LCK_page_space are processed incorrectly (big-endian machines) Contributor(s): Alex Peshkov <peshkoff at mail.ru>
* Bugfix CORE-2539 Delta file is not deleted after backup is completed Contributor(s): Roman Simakov <roman.simakov at red-soft.biz>
* Bugfix CORE-2532 Incorrect size of volumes in multi volume database Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2519 GSTAT output is incorrect for tables with more than 2 billion records Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2507 Intermittent CreateFile failure Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2356 On Windows listener process of Classic Server can't create necessary resources after restart if any worker process was present Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2301 select list(xxx, ';') from table into :xxx cause a memory leak Contributor(s): Adriano dos Santos Fernandes <adrianosf at uol.com.br>
* Bugfix CORE-2289 Wrong (primary) constraint name is reported for the foreign key violation during FK creation Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2215 GROUP BY concatenation with empty string Contributor(s): Adriano dos Santos Fernandes <adrianosf at uol.com.br>
* Bugfix CORE-2122 Translation of large text BLOB between UNICODE_FSS (UTF8) and other charsets Contributor(s): Adriano dos Santos Fernandes <adrianosf at uol.com.br>
* Bugfix CORE-2107 Failed to establish TCP/IP connection with Windows Classic Server under high load Contributor(s): Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2084 Services API security problem Contributor(s): Alex Peshkov <peshkoff at mail.ru>
* Bugfix CORE-1752 Results of a join with different collations depend on the execution plan Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-1346 LPAD and RPAD with two columns not working Contributor(s): Adriano dos Santos Fernandes <adrianosf at uol.com.br>
* Bugfix CORE-1274 Wrong results when PLAN MERGE is chosen and datatypes of the equality predicate arguments are different Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-1089 Wrong ordering with views, distinct, left join and order by Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-195 Bugcheck 291 (cannot find record back version) Contributor(s): Alex Peshkov <peshkoff at mail.ru>
* Improvement CORE-3295 Estimate the actual record compression ratio in the optimizer Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Improvement CORE-2769 Make XNET_CONNECT_TIMEOUT in xnet.h user configurable Contributor(s): Dmitry Yemanov <dimitr at firebirdsql.org>
* Improvement CORE-1658 Avoid memory consumption of <page size> bytes per every temporary blob Contributor(s): Adriano dos Santos Fernandes <adrianosf at uol.com.br>
* Improvement CORE-1234 More information about table that belongs to column when checking privileges Contributor(s): Alex Peshkov <peshkoff at mail.ru>
* New feature CORE-2655 Add support for Linux/sh4 (Renesas SH) platform Contributor(s): Nobuhiro Iwamatsu <iwamatsu at nigauri.org> Alex Peshkov <peshkoff at mail.ru>
|
|
|
|
|
|
stasio
|
Sep 13 2011, 12:06 PM
|
|
Firebird 2.5.1 RC1http://web.firebirdsql.org/download/prerel...0_Win32_RC1.exehttp://web.firebirdsql.org/download/prerel...0_Win32_RC1.ziphttp://web.firebirdsql.org/download/prerel...9_0_x64_RC1.exehttp://web.firebirdsql.org/download/prerel...9-0_x64_RC1.zip» Click to show Spoiler - click again to hide... « · The SQLSTATE code has been made available as a PSQL context variable, for use in WHEN .. exception blocks, in the same manner as GDSCODE and SQLCODE · Now it is possible to write to global temporary tables in a read-only database · Diagnostics for internal trace errors were improved · The fbtracemgr utility will now do a periodic flush to output · Performance of gbak restore at the data insertion stages has improved · Conversions between BLOBs and other data types can now be effected in the API functions · The Services API now supports the “metadata-only” restore · A “silent install” switch has been implemented for make install on POSIX · The unused bytes of VARCHAR values in the message buffer are now set to zero · The actual record compression ratio is now estimated in the optimizer · The MON$STATEMENT_ID value now stays constant among monitoring snapshots · The SO_KEEPALIVE option on the client TCP socket will now be set, as a measure to guard against aggressive timing out of sockets by newer Windows systems · Lock Manager can now cancel waits that become interminable · A platform port of v.2.5.1 for HPPA has been done for both Linux and Alpha
|
|
|
|
|
|
cybpsych
|
Apr 13 2012, 06:35 PM
|
|
|
|
|
|
|
|
cybpsych
|
Jun 23 2012, 09:55 PM
|
|
|
|
|
|
|
|
cybpsych
|
Nov 7 2012, 05:57 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 10 2013, 03:34 PM
|
|
|
|
|
|
|
|
cybpsych
|
Apr 11 2013, 06:39 AM
|
|
|
|
|
|
|
|
stasio
|
Nov 27 2013, 07:00 AM
|
|
|
|
|
|
|
|
stasio
|
Nov 28 2013, 11:59 AM
|
|
|
|
|
|
|
|
stasio
|
Nov 28 2013, 05:26 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 29 2013, 03:51 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 30 2013, 03:18 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 3 2013, 04:02 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 4 2013, 03:28 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 6 2013, 03:46 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 8 2013, 02:07 AM
|
|
|
|
|
|
|
|
stasio
|
Dec 17 2013, 01:29 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 18 2013, 04:30 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 19 2013, 03:26 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 20 2013, 03:41 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 22 2013, 01:39 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 23 2013, 12:36 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 23 2013, 04:06 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 24 2013, 01:43 PM
|
|
|
|
|
|
|
|
cybpsych
|
Dec 28 2013, 10:34 AM
|
|
|
|
|
|
|
|
stasio
|
Jan 3 2014, 06:40 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 6 2014, 02:54 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 10 2014, 02:06 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 11 2014, 01:38 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 12 2014, 02:45 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 14 2014, 01:44 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 15 2014, 02:58 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 17 2014, 02:01 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 19 2014, 12:25 AM
|
|
|
|
|
|
|
|
stasio
|
Jan 20 2014, 01:41 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 21 2014, 01:24 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 21 2014, 01:53 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 23 2014, 01:29 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 23 2014, 02:15 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 24 2014, 01:51 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 25 2014, 01:18 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 31 2014, 09:58 PM
|
|
|
|
|
|
|
|
stasio
|
Feb 1 2014, 01:40 PM
|
|
|
|
|
|
|
|
stasio
|
Feb 2 2014, 01:24 PM
|
|
|
|
|
|
|
|
stasio
|
Feb 4 2014, 01:44 PM
|
|
|
|
|
|
|
|
stasio
|
Feb 5 2014, 01:19 PM
|
|
|
|
|
|
|
|
stasio
|
Feb 6 2014, 01:25 PM
|
|
|
|
|
|
|
|
stasio
|
Feb 7 2014, 01:18 PM
|
|
|
|
|
|
|
|
stasio
|
Feb 10 2014, 02:05 PM
|
|
|
|
|
|
|
|
stasio
|
Feb 12 2014, 02:23 PM
|
|
|
|
|
|
|
|
stasio
|
Feb 16 2014, 01:57 PM
|
|
|
|
|
|
|
|
stasio
|
Feb 17 2014, 01:28 PM
|
|
|
|
|
|
|
|
stasio
|
Feb 18 2014, 02:40 PM
|
|
|
|
|
|
|
|
stasio
|
Feb 20 2014, 07:18 PM
|
|
|
|
|
|
|
|
stasio
|
Feb 21 2014, 02:18 PM
|
|
|
|
|
|
|
|
stasio
|
Feb 22 2014, 02:22 PM
|
|
|
|
|
|
|
|
stasio
|
Feb 23 2014, 01:18 PM
|
|
|
|
|
|
|
|
stasio
|
Feb 24 2014, 01:27 PM
|
|
|
|
|
|
|
|
stasio
|
Feb 25 2014, 01:18 PM
|
|
|
|
|
|
|
|
stasio
|
Feb 26 2014, 01:45 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 1 2014, 10:59 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 4 2014, 01:30 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 5 2014, 01:24 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 6 2014, 01:15 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 7 2014, 01:46 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 8 2014, 01:25 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 9 2014, 02:53 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 10 2014, 01:08 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 13 2014, 01:02 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 14 2014, 04:29 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 15 2014, 01:31 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 17 2014, 09:32 AM
|
|
|
|
|
|
|
|
stasio
|
Mar 17 2014, 07:48 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 18 2014, 12:33 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 19 2014, 03:59 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 22 2014, 03:24 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 23 2014, 12:29 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 24 2014, 02:06 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 25 2014, 02:03 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 28 2014, 01:20 AM
|
|
|
|
|
|
|
|
stasio
|
Mar 28 2014, 08:41 AM
|
|
|
|
|
|
|
|
stasio
|
Mar 28 2014, 06:04 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 28 2014, 10:03 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 29 2014, 02:54 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 31 2014, 06:31 AM
|
|
Firebird 2.1.6 Build 18540 Linux--31.03.2014 http://web.firebirdsql.org/download/snapsh...ds/linux/fb2.1/Firebird 2.5.3 Build 26750 Linux--30.03.2014 http://web.firebirdsql.org/download/snapsh...ds/linux/fb2.5/Firebird 3.0 Build 31001 Linux--30.03.2014 http://web.firebirdsql.org/download/snapsh...ds/linux/fb3.0/This post has been edited by stasio: Mar 31 2014, 01:38 PM
|
|
|
|
|
|
stasio
|
Mar 31 2014, 01:38 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 31 2014, 04:15 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 2 2014, 01:41 AM
|
|
|
|
|
|
|
|
stasio
|
Apr 2 2014, 01:02 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 2 2014, 02:10 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 3 2014, 01:35 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 3 2014, 07:17 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 4 2014, 10:44 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 5 2014, 01:58 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 8 2014, 06:52 AM
|
|
|
|
|
|
|
|
stasio
|
Apr 8 2014, 01:03 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 8 2014, 04:05 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 9 2014, 01:01 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 9 2014, 02:03 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 10 2014, 08:14 AM
|
|
|
|
|
|
|
|
stasio
|
Apr 10 2014, 12:33 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 10 2014, 01:31 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 10 2014, 02:02 PM
|
|
Firebird 2.5.3 Build 26754 Linux--10.04.2014 http://web.firebirdsql.org/download/snapsh...ds/linux/fb2.5/Firebird 3.0 Build 31044 Linuxhttp://web.firebirdsql.org/download/snapsh...ds/linux/fb3.0/This post has been edited by stasio: Apr 10 2014, 02:18 PM
|
|
|
|
|
|
stasio
|
Apr 11 2014, 01:32 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 12 2014, 07:17 AM
|
|
|
|
|
|
|
|
stasio
|
Apr 12 2014, 08:59 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 13 2014, 01:19 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 14 2014, 06:57 AM
|
|
|
|
|
|
|
|
stasio
|
Apr 15 2014, 06:57 AM
|
|
|
|
|
|
|
|
stasio
|
Apr 15 2014, 08:22 AM
|
|
|
|
|
|
|
|
stasio
|
Apr 15 2014, 12:52 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 16 2014, 07:54 AM
|
|
|
|
|
|
|
|
stasio
|
Apr 17 2014, 09:58 AM
|
|
|
|
|
|
|
|
stasio
|
Apr 17 2014, 12:25 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 18 2014, 11:29 AM
|
|
|
|
|
|
|
|
stasio
|
Apr 18 2014, 07:41 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 19 2014, 01:25 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 20 2014, 08:52 AM
|
|
|
|
|
|
|
|
stasio
|
Apr 20 2014, 02:58 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 20 2014, 05:07 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 21 2014, 12:26 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 21 2014, 02:33 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 22 2014, 01:54 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 23 2014, 06:56 AM
|
|
|
|
|
|
|
|
stasio
|
Apr 23 2014, 04:06 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 24 2014, 02:08 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 24 2014, 04:27 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 25 2014, 12:49 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 26 2014, 06:16 AM
|
|
|
|
|
|
|
|
stasio
|
Apr 26 2014, 02:38 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 27 2014, 01:42 AM
|
|
|
|
|
|
|
|
stasio
|
Apr 27 2014, 01:45 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 28 2014, 07:00 AM
|
|
|
|
|
|
|
|
stasio
|
Apr 28 2014, 03:58 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 29 2014, 08:42 AM
|
|
|
|
|
|
|
|
stasio
|
Apr 29 2014, 04:02 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 30 2014, 08:19 PM
|
|
|
|
|
|
|
|
stasio
|
May 2 2014, 04:07 AM
|
|
|
|
|
|
|
|
stasio
|
May 2 2014, 01:15 PM
|
|
|
|
|
|
|
|
stasio
|
May 4 2014, 02:53 PM
|
|
|
|
|
|
|
|
stasio
|
May 5 2014, 05:50 PM
|
|
|
|
|
|
|
|
stasio
|
May 6 2014, 09:16 AM
|
|
|
|
|
|
|
|
stasio
|
May 7 2014, 07:05 AM
|
|
|
|
|
|
|
|
stasio
|
May 7 2014, 10:19 AM
|
|
|
|
|
|
|
|
stasio
|
May 7 2014, 01:35 PM
|
|
|
|
|
|
|
|
stasio
|
May 8 2014, 08:34 AM
|
|
|
|
|
|
|
|
stasio
|
May 8 2014, 01:44 PM
|
|
|
|
|
|
|
|
stasio
|
May 9 2014, 06:35 AM
|
|
|
|
|
|
|
|
stasio
|
May 9 2014, 01:59 PM
|
|
|
|
|
|
|
|
stasio
|
May 9 2014, 06:44 PM
|
|
|
|
|
|
|
|
stasio
|
May 10 2014, 12:58 PM
|
|
|
|
|
|
|
|
stasio
|
May 11 2014, 10:07 AM
|
|
|
|
|
|
|
|
stasio
|
May 12 2014, 03:29 PM
|
|
|
|
|
|
|
|
stasio
|
May 13 2014, 09:11 AM
|
|
|
|
|
|
|
|
stasio
|
May 13 2014, 04:32 PM
|
|
|
|
|
|
|
|
stasio
|
May 14 2014, 06:45 AM
|
|
|
|
|
|
|
|
stasio
|
May 14 2014, 01:00 PM
|
|
|
|
|
|
|
|
stasio
|
May 14 2014, 06:13 PM
|
|
|
|
|
|
|
|
stasio
|
May 15 2014, 01:53 PM
|
|
|
|
|
|
|
|
stasio
|
May 15 2014, 04:33 PM
|
|
|
|
|
|
|
|
stasio
|
May 16 2014, 12:36 PM
|
|
|
|
|
|
|
|
stasio
|
May 16 2014, 09:42 PM
|
|
|
|
|
|
|
|
stasio
|
May 17 2014, 04:06 PM
|
|
|
|
|
|
|
|
stasio
|
May 17 2014, 06:28 PM
|
|
|
|
|
|
|
|
stasio
|
May 18 2014, 02:24 PM
|
|
|
|
|
|
|
|
stasio
|
May 19 2014, 02:21 PM
|
|
|
|
|
|
|
|
stasio
|
May 20 2014, 02:01 PM
|
|
|
|
|
|
|
|
stasio
|
May 20 2014, 03:55 PM
|
|
|
|
|
|
|
|
stasio
|
May 21 2014, 02:19 PM
|
|
|
|
|
|
|
|
stasio
|
May 21 2014, 05:06 PM
|
|
|
|
|
|
|
|
stasio
|
May 22 2014, 03:57 PM
|
|
|
|
|
|
|
|
stasio
|
May 22 2014, 08:55 PM
|
|
|
|
|
|
|
|
stasio
|
May 23 2014, 02:32 PM
|
|
|
|
|
|
|
|
stasio
|
May 24 2014, 01:55 PM
|
|
|
|
|
|
|
|
stasio
|
May 24 2014, 10:29 PM
|
|
|
|
|
|
|
|
stasio
|
May 25 2014, 03:05 PM
|
|
|
|
|
|
|
|
stasio
|
May 25 2014, 04:31 PM
|
|
|
|
|
|
|
|
stasio
|
May 26 2014, 02:41 PM
|
|
|
|
|
|
|
|
stasio
|
May 27 2014, 02:12 PM
|
|
|
|
|
|
|
|
stasio
|
May 27 2014, 04:40 PM
|
|
|
|
|
|
|
|
stasio
|
May 29 2014, 01:28 AM
|
|
|
|
|
|
|
|
stasio
|
May 29 2014, 01:52 PM
|
|
|
|
|
|
|
|
stasio
|
May 30 2014, 09:53 AM
|
|
|
|
|
|
|
|
stasio
|
May 30 2014, 02:05 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 4 2014, 02:48 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 5 2014, 04:58 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 7 2014, 02:30 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 8 2014, 12:48 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 8 2014, 06:45 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 9 2014, 01:49 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 11 2014, 02:39 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 12 2014, 12:50 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 12 2014, 05:45 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 13 2014, 12:31 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 13 2014, 02:51 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 14 2014, 01:20 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 17 2014, 01:18 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 17 2014, 07:50 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 18 2014, 01:42 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 19 2014, 12:21 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 19 2014, 02:18 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 20 2014, 08:21 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 22 2014, 05:49 PM
|
|
Firebird 3.0 Build 31189http://web.firebirdsql.org/download/snapshot_builds/win/3.0/This post has been edited by stasio: Jun 22 2014, 05:50 PM
|
|
|
|
|
|
stasio
|
Jun 23 2014, 06:50 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 24 2014, 04:50 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 26 2014, 08:22 AM
|
|
|
|
|
|
|
|
stasio
|
Jun 28 2014, 03:29 PM
|
|
|
|
|
|
|
|
stasio
|
Jun 29 2014, 01:09 PM
|
|
|
|
|
|
|
|
stasio
|
Jul 3 2014, 03:37 PM
|
|
|
|
|
|
|
|
stasio
|
Jul 4 2014, 10:04 AM
|
|
|
|
|
|
|
|
stasio
|
Jul 5 2014, 10:37 AM
|
|
|
|
|
|
|
|
stasio
|
Jul 5 2014, 05:03 PM
|
|
|
|
|
|
|
|
stasio
|
Jul 6 2014, 07:00 PM
|
|
|
|
|
|
|
|
stasio
|
Jul 7 2014, 01:19 PM
|
|
|
|
|
|
|
|
stasio
|
Jul 8 2014, 09:13 AM
|
|
|
|
|
|
|
|
stasio
|
Jul 8 2014, 07:12 PM
|
|
|
|
|
|
|
|
stasio
|
Jul 9 2014, 08:30 PM
|
|
|
|
|
|
|
|
stasio
|
Jul 11 2014, 10:48 AM
|
|
|
|
|
|
|
|
stasio
|
Jul 15 2014, 02:10 PM
|
|
|
|
|
|
|
|
stasio
|
Jul 15 2014, 06:03 PM
|
|
|
|
|
|
|
|
stasio
|
Jul 15 2014, 07:07 PM
|
|
|
|
|
|
|
|
stasio
|
Jul 16 2014, 08:25 AM
|
|
|
|
|
|
|
|
stasio
|
Jul 16 2014, 03:35 PM
|
|
|
|
|
|
|
|
stasio
|
Jul 17 2014, 07:13 AM
|
|
|
|
|
|
|
|
stasio
|
Jul 17 2014, 04:18 PM
|
|
|
|
|
|
|
|
stasio
|
Aug 5 2014, 05:53 PM
|
|
|
|
|
|
|
|
stasio
|
Aug 6 2014, 04:34 PM
|
|
|
|
|
|
|
|
stasio
|
Aug 6 2014, 08:23 PM
|
|
|
|
|
|
|
|
stasio
|
Aug 8 2014, 07:08 AM
|
|
|
|
|
|
|
|
stasio
|
Aug 8 2014, 06:37 PM
|
|
|
|
|
|
|
|
stasio
|
Aug 12 2014, 02:14 PM
|
|
|
|
|
|
|
|
stasio
|
Aug 14 2014, 08:15 AM
|
|
|
|
|
|
|
|
stasio
|
Aug 15 2014, 07:06 AM
|
|
|
|
|
|
|
|
stasio
|
Aug 15 2014, 01:56 PM
|
|
|
|
|
|
|
|
stasio
|
Aug 16 2014, 03:03 PM
|
|
|
|
|
|
|
|
stasio
|
Aug 20 2014, 08:16 AM
|
|
|
|
|
|
|
|
stasio
|
Aug 21 2014, 02:02 AM
|
|
|
|
|
|
|
|
stasio
|
Aug 21 2014, 02:07 PM
|
|
|
|
|
|
|
|
stasio
|
Aug 22 2014, 05:47 AM
|
|
|
|
|
|
|
|
stasio
|
Aug 25 2014, 03:15 AM
|
|
|
|
|
|
|
|
stasio
|
Aug 26 2014, 04:37 PM
|
|
|
|
|
|
|
|
stasio
|
Aug 27 2014, 06:41 AM
|
|
|
|
|
|
|
|
stasio
|
Aug 27 2014, 01:07 PM
|
|
|
|
|
|
|
|
stasio
|
Aug 27 2014, 05:09 PM
|
|
|
|
|
|
|
|
stasio
|
Aug 28 2014, 06:41 AM
|
|
|
|
|
|
|
|
stasio
|
Aug 28 2014, 04:33 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 2 2014, 01:04 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 2 2014, 07:33 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 3 2014, 05:35 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 3 2014, 08:18 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 4 2014, 06:43 AM
|
|
|
|
|
|
|
|
stasio
|
Sep 4 2014, 03:58 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 5 2014, 10:43 AM
|
|
|
|
|
|
|
|
stasio
|
Sep 5 2014, 03:16 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 5 2014, 07:24 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 6 2014, 01:36 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 6 2014, 09:28 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 8 2014, 08:49 AM
|
|
|
|
|
|
|
|
stasio
|
Sep 8 2014, 08:42 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 9 2014, 11:04 AM
|
|
|
|
|
|
|
|
stasio
|
Sep 9 2014, 06:26 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 9 2014, 11:44 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 10 2014, 07:47 AM
|
|
|
|
|
|
|
|
stasio
|
Sep 10 2014, 09:29 AM
|
|
|
|
|
|
|
|
stasio
|
Sep 10 2014, 03:07 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 10 2014, 03:50 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 11 2014, 06:20 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 12 2014, 01:34 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 13 2014, 11:29 AM
|
|
|
|
|
|
|
|
stasio
|
Sep 14 2014, 06:27 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 15 2014, 09:46 AM
|
|
|
|
|
|
|
|
stasio
|
Sep 17 2014, 06:04 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 18 2014, 02:24 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 19 2014, 11:09 AM
|
|
|
|
|
|
|
|
stasio
|
Sep 20 2014, 06:27 AM
|
|
|
|
|
|
|
|
stasio
|
Sep 20 2014, 07:20 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 21 2014, 12:01 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 22 2014, 12:02 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 23 2014, 10:49 AM
|
|
|
|
|
|
|
|
stasio
|
Sep 23 2014, 08:18 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 24 2014, 10:35 AM
|
|
|
|
|
|
|
|
stasio
|
Sep 24 2014, 10:13 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 25 2014, 07:43 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 26 2014, 12:08 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 26 2014, 09:02 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 27 2014, 09:24 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 28 2014, 12:37 PM
|
|
Firebird 3.0.0 Build 31335 Linuxhttp://web.firebirdsql.org/download/snapsh...ds/linux/fb3.0/This post has been edited by stasio: Sep 29 2014, 12:24 PM
|
|
|
|
|
|
stasio
|
Sep 28 2014, 08:19 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 29 2014, 12:23 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 29 2014, 02:21 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 29 2014, 05:38 PM
|
|
|
|
|
|
|
|
stasio
|
Sep 30 2014, 08:11 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 1 2014, 03:24 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 1 2014, 10:36 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 2 2014, 07:07 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 2 2014, 08:05 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 2 2014, 03:59 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 3 2014, 10:20 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 4 2014, 12:02 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 5 2014, 11:57 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 6 2014, 08:53 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 6 2014, 07:57 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 7 2014, 01:15 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 8 2014, 07:39 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 8 2014, 01:45 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 9 2014, 10:28 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 9 2014, 11:34 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 9 2014, 06:02 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 10 2014, 07:03 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 11 2014, 09:53 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 12 2014, 06:14 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 13 2014, 09:37 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 13 2014, 07:40 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 14 2014, 08:23 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 14 2014, 09:39 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 14 2014, 03:58 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 14 2014, 04:42 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 15 2014, 07:18 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 15 2014, 12:18 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 15 2014, 04:21 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 16 2014, 08:38 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 16 2014, 10:19 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 16 2014, 04:01 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 18 2014, 04:18 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 18 2014, 10:08 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 18 2014, 03:30 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 18 2014, 07:05 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 19 2014, 05:09 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 20 2014, 02:30 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 21 2014, 06:33 AM
|
|
Firebird 2.5.3 Build 26797 Linux--20.10.2014
|
|
|
|
|
|
stasio
|
Oct 21 2014, 10:38 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 21 2014, 04:06 PM
|
|
Firebird 3.0.0 Build 31384 Linux--21.10.2014
|
|
|
|
|
|
stasio
|
Oct 23 2014, 12:48 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 24 2014, 08:52 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 24 2014, 04:58 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 24 2014, 09:34 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 25 2014, 04:23 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 27 2014, 06:58 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 28 2014, 08:05 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 29 2014, 08:27 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 30 2014, 08:08 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 30 2014, 08:39 AM
|
|
|
|
|
|
|
|
stasio
|
Oct 30 2014, 12:20 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 30 2014, 08:08 PM
|
|
|
|
|
|
|
|
stasio
|
Oct 31 2014, 11:34 AM
|
|
|
|
|
|
|
|
stasio
|
Nov 1 2014, 11:04 AM
|
|
|
|
|
|
|
|
stasio
|
Nov 1 2014, 12:09 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 3 2014, 06:22 AM
|
|
|
|
|
|
|
|
stasio
|
Nov 3 2014, 08:04 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 4 2014, 08:11 AM
|
|
|
|
|
|
|
|
stasio
|
Nov 4 2014, 09:52 AM
|
|
|
|
|
|
|
|
stasio
|
Nov 4 2014, 05:26 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 5 2014, 05:41 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 6 2014, 12:09 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 6 2014, 03:37 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 6 2014, 10:28 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 7 2014, 05:31 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 7 2014, 09:12 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 9 2014, 11:30 AM
|
|
|
|
|
|
|
|
stasio
|
Nov 9 2014, 05:13 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 10 2014, 07:55 AM
|
|
|
|
|
|
|
|
stasio
|
Nov 10 2014, 11:55 AM
|
|
|
|
|
|
|
|
stasio
|
Nov 10 2014, 05:39 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 11 2014, 08:35 AM
|
|
|
|
|
|
|
|
stasio
|
Nov 11 2014, 02:41 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 11 2014, 07:45 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 11 2014, 08:03 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 12 2014, 08:10 AM
|
|
|
|
|
|
|
|
stasio
|
Nov 12 2014, 04:10 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 13 2014, 04:54 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 13 2014, 08:26 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 14 2014, 01:54 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 16 2014, 08:30 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 17 2014, 10:53 AM
|
|
|
|
|
|
|
|
stasio
|
Nov 17 2014, 01:50 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 17 2014, 11:07 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 18 2014, 12:37 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 18 2014, 11:38 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 19 2014, 10:20 AM
|
|
|
|
|
|
|
|
stasio
|
Nov 19 2014, 07:34 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 20 2014, 01:26 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 21 2014, 08:16 AM
|
|
|
|
|
|
|
|
stasio
|
Nov 21 2014, 08:50 AM
|
|
|
|
|
|
|
|
stasio
|
Nov 22 2014, 02:25 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 24 2014, 06:25 AM
|
|
|
|
|
|
|
|
stasio
|
Nov 24 2014, 01:01 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 26 2014, 12:23 AM
|
|
|
|
|
|
|
|
stasio
|
Nov 26 2014, 09:20 AM
|
|
|
|
|
|
|
|
stasio
|
Nov 26 2014, 09:52 AM
|
|
|
|
|
|
|
|
stasio
|
Nov 27 2014, 12:55 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 27 2014, 05:36 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 28 2014, 11:49 PM
|
|
|
|
|
|
|
|
stasio
|
Nov 30 2014, 06:00 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 1 2014, 09:43 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 2 2014, 11:24 AM
|
|
|
|
|
|
|
|
stasio
|
Dec 2 2014, 03:02 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 3 2014, 09:13 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 4 2014, 01:26 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 5 2014, 01:32 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 5 2014, 08:19 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 6 2014, 02:35 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 7 2014, 09:23 AM
|
|
|
|
|
|
|
|
stasio
|
Dec 7 2014, 02:19 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 8 2014, 04:00 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 9 2014, 04:05 PM
|
|
|
|
|
|
|
|
alicerr
|
Dec 10 2014, 10:53 AM
|
New Member
|
Oh,le Firebird nous rend des grandes services.Excellent! --------------------------------------------- Etui Samsung Galaxy S5 miniaccessoires samsung mobileThis post has been edited by alicerr: Jan 15 2015, 04:29 PM
|
|
|
|
|
|
stasio
|
Dec 10 2014, 12:26 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 11 2014, 12:51 AM
|
|
|
|
|
|
|
|
stasio
|
Dec 11 2014, 10:39 AM
|
|
|
|
|
|
|
|
stasio
|
Dec 11 2014, 03:45 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 12 2014, 12:52 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 12 2014, 04:36 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 13 2014, 03:41 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 14 2014, 01:33 AM
|
|
|
|
|
|
|
|
stasio
|
Dec 15 2014, 01:50 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 17 2014, 05:04 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 18 2014, 10:23 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 19 2014, 01:44 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 20 2014, 08:41 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 21 2014, 12:38 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 22 2014, 12:31 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 22 2014, 12:47 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 23 2014, 09:39 AM
|
|
|
|
|
|
|
|
stasio
|
Dec 23 2014, 06:23 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 24 2014, 11:53 AM
|
|
|
|
|
|
|
|
stasio
|
Dec 24 2014, 05:54 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 26 2014, 11:50 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 29 2014, 10:26 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 30 2014, 09:18 PM
|
|
|
|
|
|
|
|
stasio
|
Dec 31 2014, 12:19 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 1 2015, 11:39 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 2 2015, 12:57 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 2 2015, 05:31 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 3 2015, 09:19 AM
|
|
|
|
|
|
|
|
stasio
|
Jan 4 2015, 01:09 AM
|
|
|
|
|
|
|
|
stasio
|
Jan 6 2015, 03:39 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 8 2015, 08:02 AM
|
|
|
|
|
|
|
|
stasio
|
Jan 9 2015, 12:56 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 10 2015, 01:58 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 11 2015, 09:07 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 13 2015, 08:29 AM
|
|
|
|
|
|
|
|
stasio
|
Jan 13 2015, 04:07 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 13 2015, 07:45 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 15 2015, 11:50 AM
|
|
|
|
|
|
|
|
stasio
|
Jan 16 2015, 08:40 AM
|
|
|
|
|
|
|
|
stasio
|
Jan 19 2015, 08:05 AM
|
|
|
|
|
|
|
|
stasio
|
Jan 20 2015, 09:28 AM
|
|
|
|
|
|
|
|
stasio
|
Jan 20 2015, 07:05 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 21 2015, 08:08 AM
|
|
|
|
|
|
|
|
stasio
|
Jan 21 2015, 04:05 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 22 2015, 06:24 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 25 2015, 10:19 AM
|
|
|
|
|
|
|
|
stasio
|
Jan 26 2015, 07:08 AM
|
|
|
|
|
|
|
|
stasio
|
Jan 26 2015, 04:11 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 26 2015, 07:55 PM
|
|
|
|
|
|
|
|
stasio
|
Jan 29 2015, 07:02 AM
|
|
|
|
|
|
|
|
stasio
|
Jan 31 2015, 10:13 AM
|
|
|
|
|
|
|
|
stasio
|
Feb 5 2015, 11:48 AM
|
|
|
|
|
|
|
|
stasio
|
Feb 6 2015, 08:05 AM
|
|
|
|
|
|
|
|
stasio
|
Feb 9 2015, 08:53 AM
|
|
|
|
|
|
|
|
stasio
|
Feb 20 2015, 11:16 AM
|
|
|
|
|
|
|
|
stasio
|
Feb 23 2015, 09:38 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 4 2015, 08:15 AM
|
|
|
|
|
|
|
|
stasio
|
Mar 4 2015, 05:13 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 10 2015, 11:54 AM
|
|
|
|
|
|
|
|
stasio
|
Mar 11 2015, 12:21 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 12 2015, 11:07 AM
|
|
|
|
|
|
|
|
stasio
|
Mar 12 2015, 04:00 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 19 2015, 05:03 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 20 2015, 11:46 AM
|
|
|
|
|
|
|
|
stasio
|
Mar 20 2015, 04:14 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 23 2015, 05:13 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 24 2015, 12:19 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 25 2015, 12:16 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 28 2015, 01:20 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 29 2015, 12:11 PM
|
|
|
|
|
|
|
|
stasio
|
Mar 31 2015, 01:29 AM
|
|
|
|
|
|
|
|
stasio
|
Mar 31 2015, 12:23 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 1 2015, 03:36 AM
|
|
|
|
|
|
|
|
stasio
|
Apr 11 2015, 06:03 AM
|
|
|
|
|
|
|
|
stasio
|
Apr 21 2015, 05:01 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 22 2015, 01:39 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 22 2015, 04:13 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 23 2015, 09:58 AM
|
|
|
|
|
|
|
|
stasio
|
Apr 23 2015, 10:10 AM
|
|
|
|
|
|
|
|
stasio
|
Apr 23 2015, 02:33 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 23 2015, 03:18 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 24 2015, 10:41 AM
|
|
|
|
|
|
|
|
stasio
|
Apr 25 2015, 12:15 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 25 2015, 08:20 PM
|
|
|
|
|
|
|
|
stasio
|
Apr 28 2015, 12:00 PM
|
|
|
|
|
|
|
|
stasio
|
May 7 2015, 10:22 AM
|
|
|
|
|
|
|
|
stasio
|
May 7 2015, 01:18 PM
|
|
|
|
|
|
|
|
stasio
|
May 8 2015, 09:20 AM
|
|
|
|
|
|
|