-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from umjammer/0.0.2
0.0.2
- Loading branch information
Showing
25 changed files
with
1,449 additions
and
1,652 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Java CI | ||
|
||
on: [push] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Set up JDK 1.8 | ||
uses: actions/setup-java@v1 | ||
with: | ||
java-version: 1.8 | ||
- name: Build with Maven | ||
run: mvn -B package --file pom.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,31 @@ | ||
[![Release](https://jitpack.io/v/umjammer/vavi-sql-mdb.svg)](https://jitpack.io/#umjammer/vavi-sql-mdb) | ||
[![Actions Status](https://github.com/umjammer/vavi-sql-mdb/workflows/Java%20CI/badge.svg)](https://github.com/umjammer/vavi-sql-mdb/actions) | ||
|
||
# mdbtools | ||
|
||
access Microsoft Access files directry or by jdbc. | ||
|
||
## TODO | ||
|
||
* 目的を忘れちゃいかんよ、wmp の DB を読むために作ったんやからね。 | ||
単に JDBC やったら Type 1 とかでいいねんから | ||
* ~~jdbc 化~~ | ||
* memo ケツの 0 で切る? | ||
* currency を Currency で実装 | ||
* don't forget the purpose, because I made it to read the wmp DB. | ||
If you just do JDBC, Type 1 is fine. | ||
* ~~ jdbc-nize ~~ | ||
* prepared statement | ||
* big decimal | ||
* memo: cut with 0 at the last? | ||
* currency: implement in java Currency | ||
* fuzzing | ||
* https://github.com/mdbtools/mdbtools/tree/dev/src/fuzz | ||
* https://github.com/CodeIntelligenceTesting/jazzer | ||
* https://bazel.build/ | ||
|
||
## License | ||
|
||
## Primary License | ||
[MDB Tools](https://github.com/mdbtools/mdbtools) | ||
|
||
> Files in libmdb, libmdbsql, and libmdbodbc are licensed under LGPL and the utilities and gui program are under the GPL, see COPYING.LIB and COPYING files respectively. | ||
[MDB Tools](https://github.com/cyberemissary/mdbtools) | ||
## References | ||
|
||
> The libraries in MDB Tools (libmdb, libmdbsql, and libmdbodbc) are licensed under the LGPL. The remainder of the software is license under the GPL. | ||
* https://github.com/mdbtools/mdbtools | ||
* https://github.com/ome/ome-mdbtools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.