sixinli

Results 14 issues of sixinli

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. `select @(-1)` 2. Parsing this SQL using JSqlParser with...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. `SELECT true WHERE '2001-09-28' < date '2001-09-28' + integer...

duplicate

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. `SELECT double precision '1'` 2. Parsing this SQL using...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. `SELECT TIMESTAMP WITH TIME ZONE '2004-10-19 10:23:54+02'` 2. Parsing...

duplicate

it seems like since https://github.com/JSQLParser/JSqlParser/pull/1274/files#diff-7a533138e54adbf0baac5356d4b7d4a6d192300199ef50eede004f706fd35de3R104 `ColumnDefinition` accepts `ExpressionVisitorAdapter` https://github.com/JSQLParser/JSqlParser/blob/c89cf21641d672b1ea5e724b3c6f3497429ce97a/src/main/java/net/sf/jsqlparser/statement/create/table/ColumnDefinition.java#L104-L106 is it possible to have it take one of the interfaces instead? (just noticed also, they seem to be referencing each...

Live example URL: http://jsfiddle.net/59rqmbtr/6/ ### Expected behavior less space on both side of the pie plot, render more legend ### Actual behavior legend doesn't get fully rendered unless there are...

it seems like line chart is composed of 2 entity, and after upgrading to plottable 3.x we realized that the second entity selection object is kind of broken: `entity.selection._groups[0][0]` is...

js script exception not being extracted properly after 19.x.x we noticed that exceptions changes from having actual message (in this case we have some errors from handlebars.js), to having `[object...

bug

it would be useful for consumer to know the potential side effects of the endpoints

fixes #345 defined in: https://github.com/Microsoft/TypeScript/blob/master/src/compiler/commandLineParser.ts#L304