Skip to content
#

knex

Here are 814 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

MattIPv4
MattIPv4 commented Feb 16, 2020

Bug Report

Description

When editing the id of an existing list within the app, it will generate a new message in the lists Discord channel instead of updating the old one. This results in two entries being in the lists_messages table, one with the old list id / message id and another with the new list id / message id.

Steps to reproduce

  • Add a list to the app
  • Ensure the a

Improve this page

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

Learn more

You can’t perform that action at this time.