The Wayback Machine - https://web.archive.org/web/20210728194731/https://github.com/topics/sqlite3
Skip to content
#

sqlite3

Here are 5,168 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

mikro-orm
sbesedkov
sbesedkov commented Jun 25, 2021

Describe the bug
Read replicas connection settings replaced by "master" settings, when connection settings specified as object.

To Reproduce
You may use example provided in the manual: https://mikro-orm.io/docs/read-connections
In this case replicas host and user parameter values will be replaced by top-level (master) configuration parameter values.

This issue occurs because `Conn

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

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