Flamerobin 0.9.7 released with a few Firebird 4 changes
ODBC import tool
Support for MacOS X 10.9.5
Error Plugin
see related https://groups.google.com/g/firebird-support/c/F38pD49V5Sk
Dark mode
see related pull request that was merged https://github.com/mariuz/flamerobin/pull/284
Access Violation - No RTTI data!
New Flamerobin snapshot 0.9.3.6 is available with a few fixes and features.
Upgrade solution to VC14 and windows 10 builds
increment year 2015->2016
fix comment
We will use Visual C++ Redistributable for Visual Studio 2015 installer
retarget for windows 8.1
fix error C2065: 'WS_EX_LAYOUTRTL' : undeclared identifier https://forums.wxwidgets.org/viewtopic.php?t=42050
cleanup boost/enable_shared_from_this.hpp
Replace boost::mem_fn and bost::bind with std::mem_fn and std::bind
Use -DNDEBUG is required in production for wx3.0 https://github.com/scp-fs2open/wxLauncher/issues/117
Merge branch 'master' of github.com:mariuz/flamerobin
Cleanup <boost/scopted_ptr.hpp>
add -std=c++11 , make it compilable on ubuntu 16.04
Replace boost::shared_ptr , boost::weak_ptr , boost::enable_shared_from_this with std:: ones
Cleanup <boost/shared_ptr.hpp>
add changes for x64 release dynamic build
ignore Visual Studio 2015 cache/options directory
replace boost::scoped_ptr with std::unique_ptr
WIN64 define
add *.db to .gitignore
fix setup for x64
Use standard types
Add Debug Dynamic for x64
add boost chrono flags to configure
Results grid: copy single cell value into multiple cells
Can't save fiel description
Fixed with : https://github.com/mariuz/flamerobin/pull/61/commits/5e8c175cbfb608129175f8f224c1101cc487485a
Error on double-click table name
Installation error - MSVCP140.dll missing
wxWidget Debug Alert when opening a table
No RTTI
wxWidgets debug alert error and no Boolean
wxWidgets debug alert error and no Boolean
FlameRobin with Firebird 3 OK ?
FlameRobin with Firebird 3 OK ?
try to install both 32bit and 64bit msvcp140 runtime https://www.microsoft.com/en-us/download/details.aspx?id=48145
Can't find or load FBCLIENT.DLL or GDS32.DLL
you need firebird to be installed (client)
Firebird 3 no longer allows direct updates to the system tables, as that was a way to potentially corrupt a database. See also System Tables are Now Read-only in the release notes. You will need to use DDL statements to do the modification. https://stackoverflow.com/questions/48267131/how-change-a-column-type-in-firebird3
Unable to complete netweork request to host "localhost"
VOTE:lazarus
Acess to update system table
The system tables (RDB$—) are now read-only. Attempting any DDL or insert/update/delete statement on them will be rejected. https://firebirdsql.org/file/documentation/release_notes/html/en/3_0/rnfb30-compat-systables.html
VOTE: firebird For new features in 3.0.x and future ones :) https://firebirdsql.org/en/firebird-3-0/
I have tested and it works Firebird 3.0.2 ubuntu 17.10 wx 30 flamerobin from git https://github.com/mariuz/flamerobin Executing statement... Statement executed (elapsed time: 0.186s). 413 fetches, 51 marks, 23 reads, 0 writes. 8 inserts, 2 updates, 0 deletes, 91 index, 0 seq. Delta memory: 623456 bytes. RDB$FIELDS: 2 inserts. RDB$USER_PRIVILEGES: 3 inserts. RDB$PROCEDURES: 1 inserts. 2 updates. RDB$PROCEDURE_PARAMETERS: 2 inserts. Total execution time: 0.242s Script execution finished.
Hello any news with gmarathon ? I would like to try it with a new version of delphi also could you push your changes to cvs
VOTE: Lazarus
Long procedure or function hangs flamerobin
I also tested with flamerobin from git and firebird 3.0.x on ubuntu 17.04 wx 3.0
libwx problem on Ubuntu 16-10
Thank you , bug is solved with this commit https://github.com/mariuz/flamerobin/commit/b2a5b7d0305e30d5cc285ad0ba1640df5be9534f
add -DNDEBUG in the Makefile and it should work CXXFLAGS = -g -O2 -std=c++11 -DNDEBUG
Thanks i install now ubuntu 16.10 and i will test it , I have a similar issue on...
Installation error - MSVCP140.dll missing
Installation error - MSVCP140.dll missing
Accept the new Firebird 3.0 Boolean datatype
Now you can test it in flamerobin snapshot http://flamerobin.blogspot.ro/2016/11...
New Flamerobin snapshot flamerobin-0.9.3.c75f861 ready for testing (Win32)
this is a file permission issues , not related to flamerobin http://dba.stackexc...
Merge pull request #6 from RudolfG/master
Merge pull request #5 from palob/launcher-fix
dependencys for views
Fix #3 with deprecated methods in wx3.1
connexion DB error
Increment year
Add wxscintilla.lib , forgot about it
Upgrade wx to 3.0 in bkl
Revert "upgrade solution"
replace wx28 libs with wx30 libs
VOTE: doublecmd
SQL Editor forcibly converts text to ANSI on windows
Merge branch 'master' of github.com:mariuz/flam...
wxT is not needed anymore in wxwidgets 3.x
bjam is replaced with b2
Replace wxWin with wxWidgets to avoid confusion...
update-svn-rev.cmd replaced with update-revisio...
stc step not needed in wx 3.x
use x86_64 as default architecture on osx
cleanup osx build instructions , I will try Mil...
Increment year
Misc , increment year
Misc