-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improve `Vertex`, `Edge`, and `Path` class * Fix bugs in parsing routine for `graphpath` type * Merge the logic into `Path` and remove `TopCommaTokenizer` * Change `GID` to `GraphId` and improve it * Improve `Jsonb` and move it to `net.bitnine.agensgraph.util` package * Introduce `AgConnection`, `AgStatement`, and `AgResultSet` * Remove surrounding '"' character from JSON string * Handle JSON values properly * Improve named parameter feature * Introduce `AgPreparedStatement` * Merge features in `NamedParameterStatement` into `AgPreparedStatement` * Improve parsing routine for named parameters * Rewrite the API to create JSON value * Introduce `JsonUtil`, `JsonbArrayBuilder`, and `JsonbObjectBuilder` * Remove `JsonArray` and `JsonObject` * Remove unused classes * `AbstractDatabaseMetaData` * `AgensGraphConnection` * `AgensGraphDatabaseMetaData` * Remove all existing tests and write unit tests * Upgrade PostgreSQL JDBC Driver from 42.1.1.jre7 to 42.1.4.jre7 * Change version from 1.3.2 to 1.4.0 * Update README
- Loading branch information
Showing
43 changed files
with
4,846 additions
and
3,426 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
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.