You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to firebird-support
No worries. I will try to package new Python driver together with the old one for Jam.py. Just downloaded this: https://firebirdsql.org/file/documentation/reference_manuals/fbdevgd-en/html/fbdevg30-db-load-test-d and got the sequences: SQL> SHOW SEQUENCES; Generator GEN_CUSTOMER_ID, current value: 447, initial value: 0, increment: 1 Generator GEN_INVOICE_ID, current value: 200025, initial value: 0, increment: 1 ...
Which enables me to do this:
The rest is trivial. Thanks
Dean Babic
unread,
Aug 3, 2026, 11:27:02 PMAug 3
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
But nothing is stopping anyone to do that manually. Takes about a few minutes with the same result. And with new Python driver, it will be possible to package a complete app with zero install. Just download, run and connect.
Sorry, sounds like a blunt plug, but I'm just happy for FB and the Py driver. Did not know that already exists.