Pavel Císař
Pavel Císař
Well, you can use isql -x (or any other FB admin tool that can extract metadata as SQL) to get such script. Similarly it's possible to convert data stored in...
I know. But the ARRAY and to some extent BLOBs (text are easy since FB supports conversion from varchar or text literals, but binary or other sub types are still...
Well, those could probably help with binary BLOBs, but not with ARRAYs. I know that almost nobody uses them, but because driver supports them, there should be tests for them....
Well, there is no use for `BlobID` of created blob in driver outside `Cursor._pack_input`, as it's pure transitional information. I also don't see how this information could be useful to...
Well, I was after use case from Firebird application such information would be needed, not more QA tests that want to peek into Firebird internals. If you want this information...
That's certainly strange, as this information (obtained via info call with `SrvInfoCode.SRV_DB_INFO` code) is verified with driver test suite (see `tests/test_info_providers.py` function `test_server_info_provider`). I must admit that I run the...
You are basically asking for what a data-pump does. There are many such tools out there. Take a look at IBPhoenix FBOpt, it can (beside other things) do exactly what...
_I already responded in firebird-support, but here it is for posterity_ The outer bulk update does NOT resets the 'amt' to prior values, it simply does not see the changes...
Will be provided in driver version 2.0.
Fixed in 2.0.0 release.