pypxlib icon indicating copy to clipboard operation
pypxlib copied to clipboard

Python bindings for the pxlib library for reading and writing Paradox databases.

Results 11 pypxlib issues
Sort by recently updated
recently updated
newest added

When reading Blob fields, it only reads up to the first NULL character. I am not sure whether this is intended behavior However, changing `data` to `raw` in the `_deserialize()`...

I may be doing something incorrectly, but when using enumerate() over a Table object, memory balloons out of control and isn't released. I don't immediately have a fix, but I...

i'm trying to insert data into a table ,but there is an error and i don't understand it. the program is very simple `table_prod = Table('X.db') table_prod.insert((str(id_log), str(Add_mail), str(num_tel), str(d_h),...

I'am writing a code that read data from a table contain 3 lignes of data and inserting data in another table . When i run the code for the first...

Hi, I'm not a programmer and I'm new to github, but I found this repo and I think it can help me as I'm working with some old paradox DB's....

Now that this works for me, I have been playing with it and it works great, however, it would be nice if we could slice a Table. It is currently...

When importing pypxlib on Python 3.8 I get the following: ``` Traceback (most recent call last): File "/usr/lib/python3.8/ctypes/__init__.py", line 99, in CFUNCTYPE return _c_functype_cache[(restype, argtypes, flags)] KeyError: (, (, ,...

I'm getting an exception when reading some tables that contain BLOB/Notes fields. The following exception is thrown: , PXError('Unrecognized data type: 14',), Should the library correctly deal with these blobs?

I'm trying to insert a row, but it is not inserted at the end. Also, the properties of the database change and when I try to restore it through Paradox...

Hi, I'm unable to compile the library. I'm getting a compile error when using cmake. ``` .../pxlib/src/paradox.c:3870:25: error: ‘res’ undeclared (first use in this function) 3870 | if(0 > (res...