Skip to content
#

sqlite3

Here are 4,213 public repositories matching this topic...

rijkvanzanten
rijkvanzanten commented Jul 23, 2020

Environment

Knex version: 0.21.2

Bug

  1. Explain what kind of behaviour you are getting and how you think it should do

The docs describe creating a datetime column by using table.datetime(): http://knexjs.org/#Schema-datetime

However, the TypeScript definition and tests seem to indicate it should be table.dateTime():

https://github.com/knex/knex/blob/b59161f9944acf858b14

siscia
siscia commented May 5, 2019

RediSQL support multiple statements in the same "EXEC", hence it is possible and correct to do something like:

REDISQL.EXEC DB "INSERT INTO foo VALUES(1,2,3); INSERT INTO bar VALUES(2,3,4);" 

Which is quite convenient when mixed with BEGIN, COMMIT and ABORT instruction.

One problem is that all the statements are first prepared all together, and then executed, all together.

This

Sergius7
Sergius7 commented Jun 9, 2020

At MacOS version of 1.3.4 -stable-, when adding a new Transaction, the amount field gets a pair of 00's each time you move to another text field or combobox option.

At 1.3.3 there is similar behaviour, however it adds ",00"... that means a comma, for decimals, so it's gets added just one time and the next time you move arround, it keep as is.

Looks like that because at 1.3.4 add just 0's wit

C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)

  • Updated Nov 2, 2020
  • C++
vscode-sqltools
ThiefMaster
ThiefMaster commented Jun 8, 2020

Describe the bug
"Select file" for the socket file path shows a local file chooser, even when I'm in a remote workspace and thus would expect to look for a file on the remote system.

To Reproduce
Try selecting a socket file path when you are using a remote vscode workspace

Expected behavior
File picker that shows remote files

**Desktop (please complete the following informa

Improve this page

Add a description, image, and links to the sqlite3 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 sqlite3 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.