Skip to content

Conversation

@abmusse
Copy link
Contributor

@abmusse abmusse commented Jun 19, 2020

  • ismall test inserts into itiny table instead of ismall
  • ipack test inserts into ibig table instead of ipack
  • insert into inum sets unsigned numeric to negative value
  • create table itinyblob missing closing semicolon
  • create table ilongblob missing closing semicolon
  • select ilongblob missing closing semicolon
  • insert into ibin is out of range
  • next insert into ibin misson quotes around hex literal
  • create table iyear missing closing semicolon
  • insert into iyear missing closing semicolon

Resolves #8

- `ismall` test inserts into `itiny` table instead of `ismall`
- `ipack` test inserts into `ibig` table instead of `ipack`
- insert into `inum`  sets unsigned numeric to negative value
- create table `itinyblob` missing closing semicolon
- create table `ilongblob`  missing closing semicolon
- select `ilongblob` missing closing semicolon
- insert into `ibin` is out of range
- next insert into `ibin` missing quotes around hex literal
- create table `iyear` missing closing semicolon
- insert into `iyear` missing closing semicolon
@ThePrez ThePrez merged commit 7fe56f7 into zendtech:master Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typos in test documentation

2 participants