Skip to content
#

sqlite3

Here are 2,683 public repositories matching this topic...

dsbrgg
dsbrgg commented Dec 11, 2019

Environment

Knex version: 0.20.3
Database + version: psql (PostgreSQL) 12.1
OS: macOS 10.14.6

Bug

The expirationChecker property on the connection object is not being called to recreate the connection object with new credentials for the database, even though the timeout was reached.

The first time that a request is being made, it works fine but after the timeout, it won't all

skylord123
skylord123 commented Sep 2, 2019

When I edit comments from the admin UI it removes all newlines that were in the comment before I modified it. It's strange because you will save it and it will show the newlines but once you refresh it will show the same comment with them removed.

Admin editor should match the same functionality as the client side one.

As a work-around you have to convert all newlines to <br /> and it wil

mickeyreiss
mickeyreiss commented Jul 2, 2019

It would be helpful to pull comments from tables and column, and if they are present, write them as comments in the generated go code. This will help with documentation and follow the design goal: the schema is the source of truth.

If this is interesting, I can help with the mysql implementation.

KetkiT
KetkiT commented Jul 17, 2018

Sqlcheck does not show line number on which antipattern or hint is reported . Currently it gives following format

[D:\temp_func.sql]: (LOW RISK) (QUERY ANTI-PATTERN) Spaghetti Query Alert
[Matching Expression: ]

[D:\temp_func.sql]: (LOW RISK) (QUERY ANTI-PATTERN) UNION Usage
[Matching Expression: union]

can it give line no as well ?
e.g . [D:\temp_func.sql]: (LOW RISK) (QUERY ANTI-PA

andykais
andykais commented May 9, 2019

Hi, I've used two features of this library which are not documented.

  1. transactions return the data from their inner function. Its mostly implied in the docs (.transaction(function) -> function), but not explicitly
  2. the backup method returns a promise which includes the 'metadata' passed to the optional progress callback function

Both are small parts of the api, but if its possible to

snej
snej commented Nov 6, 2019

As a fork, LiteTree is inevitably going to need updating as newer versions of SQLite are released (At the moment SQLite is up to 3.30, while litetree is still based on 3.27.2.) Keeping up with SQLite can be very important if one needs new features or bug fixes.

How does one perform such an update? All I see in here are heavily modified versions of sqlite3.c and sqlite3.h, not any tools for upda

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

mloskot
mloskot commented Sep 24, 2017

Question

Ubuntu Help gives a very good guide for an average Joe on Linux https://help.ubuntu.com/community/Oracle%20Instant%20Client

What Oracle Instant Client packages who wants to build SOCI with Oracle support needs to install, *-basic|devel|odbc-*?

Answer

sudo alien -i oracle-instantclient12.2-devel-12.2.0.1.0-1.x86_64.rpm

  • Installing *-devel-* only deploys the follow
edreamleo
edreamleo commented Jan 15, 2020

Recent experience with pytest strongly suggest that @test nodes are useful primarily for operations that act on outlines. This should be discussed in LeoDocs.leo.

  • leoAst.py contains several test classes. python -m leo.core.leoAst runs those tests.

  • pytest --cov-report html --cov-report term-missing --cov=leo.core.leoAst leo/core/leoAst.py runs coverage tests.

vomikan
vomikan commented Jun 9, 2019

image

alter table CURRENCYFORMATS_V1 add column CURRENCY_TYPE TEXT;
		update CURRENCYFORMATS_V1 set CURRENCY_TYPE = 'Traditional';
		update CURRENCYFORMATS_V1 set CURRENCY_TYPE = 'Crypto' where CURRENCY_SYMBOL = 'BTC';
  • development version (git master branch)

[091.zip

mikro-orm
osman-mohamad
osman-mohamad commented Dec 24, 2019

Is your feature request related to a problem? Please describe.
I am building multi-tenant app postgres and nodejs . I want to use the schema per tenant as architecture to separate data.
so I need to inject schema name while query Entity . by EntityManager API or RepositoryManager API.
I do not want to make Entity per tenant . because the tenants are dynamically created. so I need to query

A Unix, Windows, Raspberry Pi Object Speed Camera using python, opencv, video streaming, motion tracking. Includes a Standalone Web Server Interface, Image Search using opencv template match and a whiptail Admin Menu Interface Includes picam and webcam Plugins for motion track security camera configuration including rclone sync script. watch-app allows remotely controller camera configuration from a remote storage service name. Uses sqlite3 and gnuplot for reporting. Recently added openalpr license plate reader support.

  • Updated Feb 12, 2020
  • Python

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

  • Updated Feb 22, 2020
  • C++

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.