The Wayback Machine - https://web.archive.org/web/20200912024113/https://github.com/CovenantSQL/CovenantSQL/pull/157
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP(S) Adapter Improvements and various query sanitizations #157

Merged
merged 14 commits into from Dec 27, 2018

Conversation

@xq262144
Copy link
Contributor

xq262144 commented Dec 26, 2018

  1. Support http/unprivileged mode, easy for testing and POC.
  2. Support prepare statement and parameters in adapter query.
  3. Support application/json content-type request in query.
  4. Various query sanitization, including: sqlite special functions/internal tables/special queries.
  5. Slow query logging support.
  6. LevelDB storage page size adjustment.
@xq262144 xq262144 force-pushed the feature/adapterQueryArgs branch from db37f43 to fd02c3e Dec 26, 2018
@CovenantSQL CovenantSQL deleted a comment from codecov bot Dec 26, 2018
@CovenantSQL CovenantSQL deleted a comment from codecov bot Dec 26, 2018
@codecov
Copy link

codecov bot commented Dec 26, 2018

Codecov Report

Merging #157 into develop will increase coverage by 0.31%.
The diff coverage is 84.96%.

@@             Coverage Diff             @@
##           develop     #157      +/-   ##
===========================================
+ Coverage    76.63%   76.95%   +0.31%     
===========================================
  Files          146      147       +1     
  Lines        10916    11100     +184     
===========================================
+ Hits          8366     8542     +176     
+ Misses        1860     1859       -1     
- Partials       690      699       +9
xenomint/query_sanitizer.go Outdated Show resolved Hide resolved
xenomint/query_sanitizer.go Outdated Show resolved Hide resolved
Copy link
Contributor

leventeliu left a comment

LGTM, approve.

xq262144 added 2 commits Dec 26, 2018
@auxten
auxten approved these changes Dec 27, 2018
Copy link
Contributor

auxten left a comment

LGTM

@auxten auxten merged commit 4ef9906 into develop Dec 27, 2018
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
@leventeliu leventeliu deleted the feature/adapterQueryArgs branch Dec 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.