Skip to content
#

sqlite3

Here are 6,754 public repositories matching this topic...

mikro-orm
KevinNovak
KevinNovak commented Jul 11, 2022

Is your feature request related to a problem? Please describe.
I want to be able to find a single random child from a parent. In my app there are "Deck" and "Card" entities, and I want to be able to choose a random card from a deck.

Describe the solution you'd like
I'd like to be able to do something like so:

let card = await em.findOne(
    Card,
    { deck: "my_dec
enhancement good first issue

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

  • Updated Jun 17, 2022
  • C++
vscode-sqltools
serdula
serdula commented Feb 17, 2021

Describe the bug
Character greater then > breaks comment in formatter

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://vscode-sqltools.mteixeira.dev/playground/formatter
  2. Click on insert into below text:
    -- comments are
    -- breaks by sign greater than >
    -- unfortunately
  3. See error

Expected behavior
the comment should not be affected by a character grea

bug formatting good first issue

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