Raphael
Raphael
When we have this code, a query with two joins was build @Join(path = "sub", alias = "sub") ... @And({ @Spec(path = "sub.attribute1", params = "att1", spec = Equal.class), @Spec(path...
When we have a field with @Column and create a modification column reuse name of @Column automatic
Some .dbf files lack the 0x0D flag at the end of the header, which in turn makes some software misbehave. The fix implemented just remove the 'while true' in _read_field_headers...