Popa Marius Adrian

Results 40 comments of Popa Marius Adrian

Seems that ALTER SEQUENCE is used for def sequence_reset_sql(self, style, model_list): https://github.com/maxirobaina/django-firebird/blob/82f637ce83038837ff2a65b758702462a485a5e9/firebird/operations.py#L471

django firebird 2.2.x doesn't work with django 3.x

best way is to migrate database to UTF-8 with fbclone https://github.com/zedalaye/fbclone , also this lib is for Firebird

I will add it to the readme https://www.npmjs.com/package/windows-build-tools

In firebird 3 libfbclient can also open databases like libfbembed does (libfbembed and libfbclient are one) In firebird 2.5 you need to do some small tweaks and rebuild it https://groups.google.com/d/msg/nodejs/IoRlz2hT24I/K0bjHT-YhKgJ

create_database api can be implemented similar to this example http://www.sqlapi.com/HowTo/native_api.html This is how create_database was implemeted also in python driver http://pythonhosted.org/fdb/reference.html#functions

Seems to be a Firebird user/password configuration issue , please verify if you can connect with isql from command line https://stackoverflow.com/questions/4272399/firebird-error-username-and-password-are-not-defined-with-delphi-application

It should be in the select * from rdb$dependencies where rdb$depended_on_name = 'MYDOMAIN' via https://firebirdsql.org/refdocs/langrefupd25-notes-rdbvalid_blr.html , Didn't tested it yet

need to move the page to github wiki

I agree that cmake is the way to go , then we can add vcpkg depdendency for wxwidgets