The Wayback Machine - https://web.archive.org/web/20201024132032/https://github.com/topics/embedded-database
Skip to content
#

embedded-database

Here are 108 public repositories matching this topic...

Mytherin
Mytherin commented May 19, 2019

Merging a few issues into one here.

Numeric Scalar

  • ACOS, ASIN, ATAN, COS, SIN, TAN, COT, ATAN2 [MySQL, PostgreSQL]
  • BIT_AND, BIT_COUNT, BIT_LENGTH, BIT_OR, BIT_XOR, ~ [MySQL]
  • CEIL, CEILING, FLOOR [MySQL, PostgreSQL]
  • LOG, LOG10, LOG2, LN [MySQL, PostgreSQL]
  • PI [PostgreSQL]
  • RANDOM
  • SQRT, POWER, CBRT [PostgreSQL]
  • LEAST, GREATEST

https://ww

tie
tie commented Oct 13, 2020

parser.ParseQuery panics with the following input and stack trace

SELECT * FROM e LIMIT min(0)
SELECT * FROM t OFFSET x(*)
Stack trace
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x50ec01]

goroutine 1 [running]:
github.com/genjidb/genji/sql/query/e

Improve this page

Add a description, image, and links to the embedded-database topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the embedded-database topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.