-
* String
* Array
* Variants (with matching)
* Tuples (with matching)
-
I'm currently implementing Upgrade using the Javascript client-library. I'm running into a bit of headache with the different response types for `getDecisionPointAssignment` and `getAllExperimentCond…
kawcl updated
3 months ago
-
Currently, `fecr` seems to require `float64` data types. Hence, we're hard-wiring that into our stack. If `fecr` can be generalized, we should accommodate that on our end.
-
Currently the tool may produce invalid input data for GAMS, because it doesn't verify data types. Should we introduce such a verification before export to GAMS?
-
Currently only INTEGER, BIGINT, VARCHAR, and TEXT are definitely parsed to their correct type. We want all the other types to parse to the format that the explorer has gotten used to with FES
-
Oleksandr Stéphane sync in August 2019
-
Are you maintaining the SQLiteODBC driver itself or just build scripts? The version at http://www.ch-werner.de/sqliteodbc/ is over two years old. SQLite itself was updated about a month ago.
A prob…
-
Duplicate the final data sets and optimize each data set toward major query types:
- [ ] query that aggregate data over geographic domain: District, Route, County
- [ ] query that aggregate data over…
-
# Description
Redesign of the survey classification system to support different types of mobility data collection.
# Objectives
- Enable flexible survey type configuration
- Support for mobile, …
-
* Declare a Object of your choice and add some meanful properties.
* play with it and check the console
* keep in mind, console.log() shows the type
```Javascript
let car = {
…