Skip to content
#

sqlite3

Here are 3,411 public repositories matching this topic...

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

mikro-orm
Dschoordsch
Dschoordsch commented Apr 8, 2020

Describe the bug
Ids assigned to a collection via wrap(...).assign are not persisted.

Stack trace

...

To Reproduce
Steps to reproduce the behavior:

@Entity()
export class Book2 {
  @ManyToMany({ entity: () => BookTag2, cascade: [], fixedOrderColumn: 'order' })
  tags = new Collection<BookTag2>(this);
}
...
const id1 = 1; //id of existing tag
const book
amreisa
amreisa commented Feb 27, 2020

I need Some Hellp about instruction how to use SOCI from cmake as subporject "add_subdirectory(SOCI)"
I have long time try use It but SOCI::* not work. I know this about CMake but no one try to help. And How I can do in way from SOCI CMake script Variables. How I can do that ?

simao4ever84
simao4ever84 commented Apr 24, 2020

Hello,
i'm writing to signal mmex crashes when I open reports
Summary of accounts
both monthly and yearly.
Let me know if you need more information about.
Thanks


Version: 1.3.4
• db 7 • (aes128cbc)


Libs:
• wxWidgets 3.1.3 (wxMac 10.14)
• wxSQLite3 4.4.8 (SQLite 3.30.1)
• RapidJSON 1.1.0
• Lua 5.3.5
• libcurl/7.54.0 LibreSSL
vscode-sqltools
dnlw07
dnlw07 commented Dec 13, 2019

Currently returned results are represented as plain text.
When query results are selected and copied, then all NULL values are copied as "NULL" text instead of empty string.

Is it possible that returned results will behave more less like an excel sheet (ex. Excel Viewer by GrapeCity VSC extension).
Returned results records could be treated like cells not like plain text. Thanks that records

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

  • Updated May 22, 2020
  • C++

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 May 3, 2020
  • Python

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.