• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

andygrove / sqlparser-rs

Build:
Build:
LAST BUILD BRANCH: fuzz
DEFAULT BRANCH: master
Repo Added 03 Sep 2018 05:17PM CUT
Files 21
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH col-constr-order
branch: col-constr-order
CHANGE BRANCH
x
Reset
  • col-constr-order
  • 0.1.1
  • 0.1.10
  • 0.1.3
  • 0.1.4
  • 0.1.5
  • 0.1.6
  • 0.1.7
  • 0.1.9
  • 0.2.0
  • 0.2.1
  • 0.2.2
  • 0.2.3
  • 0.2.4
  • 0.3.1
  • 0.4.0
  • astnode-expr
  • ci-fmt
  • decimal
  • fix-skew
  • github-action
  • master
  • not
  • outer-join
  • readme
  • refs/tags/v0.5.1
  • revert-78-visitor
  • revert_last_merge
  • show-columns
  • travis-tarpaulin
  • update_gitter_badge

pending completion
313

Pull #93

travis-ci

web-flow
Parse column constraints in any order

CREATE TABLE t (a INT NOT NULL DEFAULT 1 PRIMARY KEY) is as valid as
CREATE TABLE t (a INT DEFAULT 1 PRIMARY KEY NOT NULL).
Pull Request #93: Parse column constraints in any order
Relevant lines Covered
NO TREND HISTORY
Source Files on col-constr-order
  • List 0
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
313 col-constr-order Parse column constraints in any order CREATE TABLE t (a INT NOT NULL DEFAULT 1 PRIMARY KEY) is as valid as CREATE TABLE t (a INT DEFAULT 1 PRIMARY KEY NOT NULL). Pull #93 08 Jun 2019 04:17PM CUT web-flow travis-ci pending completion  
305 col-constr-order Parse column constraints in any order CREATE TABLE t (a INT NOT NULL DEFAULT 1 PRIMARY KEY) is as valid as CREATE TABLE t (a INT DEFAULT 1 PRIMARY KEY NOT NULL). Pull #93 06 Jun 2019 09:38PM CUT web-flow travis-ci pending completion  
302 col-constr-order Parse column constraints in any order CREATE TABLE t (a INT NOT NULL DEFAULT 1 PRIMARY KEY) is as valid as CREATE TABLE t (a INT DEFAULT 1 PRIMARY KEY NOT NULL). Pull #93 06 Jun 2019 05:50PM CUT web-flow travis-ci pending completion  
291 col-constr-order Parse column constraints in any order CREATE TABLE t (a INT NOT NULL DEFAULT 1 PRIMARY KEY) is as valid as CREATE TABLE t (a INT DEFAULT 1 PRIMARY KEY NOT NULL). Pull #93 04 Jun 2019 02:56PM CUT web-flow travis-ci pending completion  
246 col-constr-order Parse column constraints in any order CREATE TABLE t (a INT NOT NULL DEFAULT 1 PRIMARY KEY) is as valid as CREATE TABLE t (a INT DEFAULT 1 PRIMARY KEY NOT NULL). Pull #93 03 Jun 2019 04:27AM CUT web-flow travis-ci pending completion  
242 col-constr-order Parse column constraints in any order CREATE TABLE t (a INT NOT NULL DEFAULT 1 PRIMARY KEY) is as valid as CREATE TABLE t (a INT DEFAULT 1 PRIMARY KEY NOT NULL). Pull #93 03 Jun 2019 03:10AM CUT web-flow travis-ci pending completion  
241 col-constr-order Parse column constraints in any order CREATE TABLE t (a INT NOT NULL DEFAULT 1 PRIMARY KEY) is as valid as CREATE TABLE t (a INT DEFAULT 1 PRIMARY KEY NOT NULL). push 03 Jun 2019 03:10AM CUT benesch travis-ci pending completion  
See All Builds (468)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc