issues
search
tmontaigu
/
dbase-rs
Rust library to read & write dBase files.
MIT License
29
stars
30
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
what a pity
#86
muato-jsq
opened
1 day ago
0
GBK encoding
#85
xiaofeihu-vip
opened
4 months ago
0
support the wasm32-wasi target
#84
alicja-januszkiewicz
closed
4 months ago
3
Problem with reading dbf file in CP1251
#83
shh07
closed
7 months ago
1
[newbie question] how to retrieve the value of a FieldValue?
#82
sanzoghenzo
closed
8 months ago
2
Using Serde Derive with database containing Memo field
#81
dbristow-otc
opened
9 months ago
1
Running program results in unpredictable results
#80
zszep
closed
9 months ago
2
0.5.0
#79
tmontaigu
closed
10 months ago
0
datafusion: use buffered file
#78
casperhart
closed
12 months ago
0
Faster file
#77
tmontaigu
closed
12 months ago
0
fix for off by one error in file
#76
casperhart
closed
1 year ago
1
Fix off by one error in dbase::File
#75
tmontaigu
closed
1 year ago
0
Size of record doesn't include delete flag
#74
casperhart
closed
1 year ago
4
reading fields lazily
#73
casperhart
closed
11 months ago
13
datafusion: use appropriate function to escape special chars in memo fields
#72
casperhart
closed
1 year ago
0
fix issue reading memo files with leading spaces
#71
casperhart
closed
1 year ago
1
datafusion: fix bug with empty records
#70
casperhart
closed
1 year ago
1
Update datafusion
#69
casperhart
closed
1 year ago
1
Adding a builder for Reader
#68
cyr
closed
1 year ago
3
Make File API return Error not FieldIOError
#67
tmontaigu
closed
1 year ago
0
use loop instead of recursion to avoid stackoverflow when skipping deleted
#66
gdennie
closed
1 year ago
1
Use loop to skip deleted recs instead of recursion
#65
gdennie
closed
1 year ago
2
implement Default to Date: 1900/1/1
#64
gdennie
closed
1 year ago
3
Update file.rs
#63
gdennie
closed
1 year ago
1
Dont trim begin of character field
#62
tmontaigu
closed
1 year ago
0
Padding for Numeric, Float and Memo added
#61
martin-kolarik
closed
1 year ago
1
Writing numeric, float, memo and OLE values shorter than field length pads the opposite side
#60
martin-kolarik
closed
1 year ago
0
Add TrimOption
#59
tmontaigu
closed
1 year ago
1
Ignoring certain columns of file with serde
#58
texasfight
closed
1 year ago
2
remove extraneous debug macro
#57
casperhart
closed
1 year ago
1
Trailing whitespaces at the beginning of character records are removed
#56
theCapypara
closed
1 year ago
2
SQL CLI
#55
casperhart
closed
1 year ago
1
support ASCIIZ encoding of field names
#54
casperhart
closed
1 year ago
0
add datafusion support with example
#53
casperhart
closed
1 year ago
2
Skip record marked as deleted
#52
tmontaigu
closed
1 year ago
0
Reader panics after reading 1 record saying 'byte index 4 is out of bounds of `/`'
#51
debugger22
opened
1 year ago
1
Deleted records are not skipped
#50
theCapypara
closed
1 year ago
2
add first iteration of dbase::File
#49
tmontaigu
closed
1 year ago
0
keep visibility on dbase_record macro
#48
viniciusEdXavier
closed
1 year ago
1
Make 'Date's const-constructable
#47
theCapypara
closed
1 year ago
1
Have NamedValue.name be a Cow to allow for owned Strings
#46
theCapypara
opened
1 year ago
4
Problem with deserialising numeric field after character field
#45
platy
opened
1 year ago
2
the trait bound `StationRecord: ReadableRecord` is not satisfied
#44
danirc
closed
1 year ago
3
assertion error
#43
rpodgorny
opened
2 years ago
1
Deserializing with serde does not work with Memo. FieldTypeNotAsExpected.
#42
PhilVince96
opened
2 years ago
1
Are there any plans to make use of indices and relations?
#41
PhilVince96
closed
2 years ago
2
Getting 'UnexpectedEOF' error when trying to instantiate a Reader
#40
PhilVince96
closed
2 years ago
2
Remove encoding from type parameters
#39
tmontaigu
closed
2 years ago
0
Add support for writing file with a given encoding
#38
tmontaigu
closed
2 years ago
2
Add support for reading DBF files with custom encodings
#37
theCapypara
closed
2 years ago
2
Next