issues
search
Servant-Software-LLC
/
FileBased.DataProviders
ADO.NET & EF Core Data Providers for common serializable formats (JSON, XML, and CSV) stored to disk.
2
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
#73 - Added support for the DbProviderFactory concept
#76
DaveRMaltby
closed
4 hours ago
1
Implement DbCommandBuilder for each provider
#75
DaveRMaltby
opened
5 hours ago
0
Implement DbConnectionStringBuilder for each data provider
#74
DaveRMaltby
opened
6 hours ago
1
Add support for the DbProviderFactory concept
#73
DaveRMaltby
opened
7 hours ago
0
#71 - system.text.json has vunerability.
#72
DaveRMaltby
closed
4 days ago
1
system.text.json has vunerability.
#71
DaveRMaltby
closed
3 days ago
1
#68 - Add support for Streams
#70
DaveRMaltby
closed
4 days ago
1
#48 csv provider to infer data types
#69
DaveRMaltby
closed
1 month ago
1
Add support for Streams (User provided persistence layer)
#68
DaveRMaltby
closed
4 days ago
0
Investigate removal of CsvHelper
#67
DaveRMaltby
opened
1 month ago
0
#48 csv provider to infer data types
#66
DaveRMaltby
closed
1 month ago
1
Simply inherited DbDataAdapter, deleted the extra properties and …
#65
DaveRMaltby
closed
6 months ago
1
Data Adapters only implement IDataAdapter. Need to inherit DbDataAdapter
#64
DaveRMaltby
closed
6 months ago
1
GetSchema implementation for Columns and Tables with unit tests.
#63
DaveRMaltby
closed
6 months ago
1
Implement DbConnection.GetSchema method
#62
DaveRMaltby
closed
6 months ago
0
#9 - Added ADD & DROP COLUMN support, but only enough to satisfy http…
#61
DaveRMaltby
closed
6 months ago
1
Support .NET Standard 2.0 for ADO.NET Providers. Unfortunately, .NET…
#60
DaveRMaltby
closed
7 months ago
1
Support .NET Standard 2.0 for ADO.NET Providers
#59
DaveRMaltby
closed
7 months ago
0
57 support for json with trailing comma
#58
DaveRMaltby
closed
7 months ago
1
Support for JSON with trailing comma
#57
DaveRMaltby
closed
7 months ago
0
Upgrade SwlBuildingBlocks.
#56
DaveRMaltby
closed
7 months ago
1
Updated to latest SqlBuildingBlocks.
#55
DaveRMaltby
closed
7 months ago
1
Update to latest SqlBuildingBlocks
#54
DaveRMaltby
closed
7 months ago
0
XML ADO provider cannot handle paths with embedded relative paths.
#52
DaveRMaltby
opened
11 months ago
0
Add scaffolding support
#51
DaveRMaltby
closed
1 year ago
1
Provide extensibility for the DataSetWriters.
#50
DaveRMaltby
closed
1 year ago
0
#8 create table support
#49
DaveRMaltby
closed
1 year ago
1
CSV provider to infer data types
#48
DaveRMaltby
closed
1 month ago
1
Update README.
#47
DaveRMaltby
closed
1 year ago
0
NuGet versioning should only use 3 numbers.
#46
DaveRMaltby
closed
1 year ago
0
Move to use sql building blocks
#45
DaveRMaltby
closed
1 year ago
1
Add code scanning to repo
#44
DaveRMaltby
opened
1 year ago
0
Bug: Improper interpretation of identifiers with square brackets.
#43
DaveRMaltby
closed
1 year ago
0
Rename ADO.NET.FileBased.DataProviders.BenchMark
#42
DaveRMaltby
opened
1 year ago
0
Support LIMIT keyword
#41
DaveRMaltby
closed
1 year ago
0
EF Core: Basic Providers
#40
DaveRMaltby
closed
1 year ago
1
EF Core: Support Scaffolding
#39
DaveRMaltby
closed
1 year ago
1
JSON Provider: For empty table, enhanced column detection
#38
DaveRMaltby
closed
1 year ago
0
Document providers in Readme markdown files
#37
DaveRMaltby
opened
1 year ago
0
In a transaction, uncommitted INSERT rows will show up in SELECT statements
#36
DaveRMaltby
closed
1 year ago
2
Adding logging ability for diagnostics
#35
DaveRMaltby
closed
1 year ago
1
32 must process multiple line sql statements
#34
DaveRMaltby
closed
1 year ago
1
#31 inserts fill in identity values
#33
DaveRMaltby
closed
1 year ago
1
Must process multiple line SQL statements.
#32
DaveRMaltby
closed
1 year ago
2
INSERTs to fill in identity values
#31
DaveRMaltby
closed
1 year ago
1
CREATE DATABASE - Initial implementation with unit tests.
#30
DaveRMaltby
closed
1 year ago
1
Basic implementation which is hopefully all that is needed. Like ...
#29
DaveRMaltby
closed
1 year ago
1
Support INFORMATION_SCHEMA.COLUMNS table queries
#28
DaveRMaltby
closed
1 year ago
1
Support INFORMATION_SCHEMA.TABLES table queries
#27
DaveRMaltby
closed
1 year ago
1
Providers to allow for quering a list of tables
#26
DaveRMaltby
closed
1 year ago
1
Next