The Wayback Machine - https://web.archive.org/web/20211013000512/https://github.com/topics/full-stack
Skip to content
#

full-stack

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

huolibo
huolibo commented Oct 12, 2021

Bug Description
In Jdbc, DatabaseMetaDataResultSet.java. there is wrong using BigDecimal method.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'src/main/java/com/taosdata/jdbc/DatabaseMetaDataResultSet.java'
  2. Type in 'BigDecimal'
  3. See error 'double value = rowCursor.getDouble(columnIndex, colType); return new BigDecimal(value);'

Expected Behavior
'return BigDec

A TypeScript RPC framework, with runtime type checking and serialization, support both HTTP and WebSocket. It is very suitable for website / APP / games, and absolutely comfortable to full-stack TypeScript developers.

  • Updated Oct 6, 2021
  • TypeScript

Improve this page

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

Learn more