Skip to content
#

typeorm

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

ToolJet
withshubh
withshubh commented May 4, 2022

Version Information

Environment

ToolJet Cloud

How to reproduce the issue?

  1. Connect Notion data source
  2. Create a query from the query panel
  3. Select Notion data source
  4. Choose Databasefrom the dropdown for Resource
  5. You'll see that the database in the Create Database operation starts with capital D instead it should be in lowercase like other operations

bug good first issue frontend up-for-grabs
LoicPoullain
LoicPoullain commented Feb 21, 2022

This is an idea that was suggested by someone in the 2021 FoalTS survey.

Many people go to the gothinkster organization to see how to build real world applications. But an example is missing for FoalTS there. Maybe someone (or several people) would be interested in suggesting something on this side? 🙂

There is no need to be an expert on Foal to take this card. Anyone can contribute. And, i

alex996
alex996 commented Oct 5, 2021

To reproduce:

  1. Create a table with a date column (for example, "date_of_birth" date not null)
  2. Make an insert (I'm using mikro-orm and passing in "1983-09-12")
  3. Select the record and log the model object

Expected: dateOfBirth: '1983-09-12' as a String
Actual: dateOfBirth: 1983-09-12T00:00:00.000Z as a Date

When I follow these steps with an actual Postgres

enhancement good first issue

Improve this page

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

Learn more