Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code generator cannot handle overloaded table-valued functions #4055

Open
lukaseder opened this issue Feb 10, 2015 · 2 comments
Open

Code generator cannot handle overloaded table-valued functions #4055

lukaseder opened this issue Feb 10, 2015 · 2 comments

Comments

@lukaseder
Copy link
Member

lukaseder commented Feb 10, 2015

ssullivan pushed a commit to ssullivan/treatmentcenter-api that referenced this issue Mar 23, 2019
ssullivan added a commit to ssullivan/treatmentcenter-api that referenced this issue Mar 28, 2019
* just use postgres. h2 was too limiting

* starting on converters and bindings for postgis

* binding is working. probably should just make it a point for now instead of Geometry

* Convert our GeoPoint to a PostGis Point

* postgres changes

* Filled in the rest of the config for pg facility dao

* cache ints in memory to conver codes faster

* implement search. need to figure out the postgis stuff

* clean up some code

* Fix converter. Made it use our GeoPoint because the PostGis arent user friendly. Also fixed a Base58 encoding issue

* much better. added dist

* Testing web services

* Storing into postgres is working now

* Add postgres to travis ci

* tweak travis

* Added shell script to launch postgis docker container

* Add option to read PGPORT from env

* change setup for travis

* move script setup

* travis changes

* update gradle and travis

* travis

* travis

* Travis

* travis

* travis debug

* move extension creation
to travis

* update sql file

* change geography to geometry

* Create extensions in travis db

* travis. see jOOQ/jOOQ#4055

* apply workaround for 4055

* Checkstyle mods

* grant travis

* gradle mod

* Typo

* supress for now

* travis

* some of the postgis stuff searching is acting up. but added srid

* needed to add sphere setting also

* Fixed sql genreation for query int

* Modified server setup so we can switch between backends

* set servername and port

* Commenting out test for now. Runs fine in IDE but breakes on cli.

* commenting out til i figure out issues with gradle test runner

* add radius and other additioanl details

* add instance profile

* logging

* Add region setting

* logging

* logging

* logging

* set iam in etl task

* remove extensions from migration
@lukaseder lukaseder added this to To do in 3.13 Other improvements via automation Nov 15, 2019
@lukaseder lukaseder self-assigned this Nov 15, 2019
@lukaseder lukaseder removed this from To do in 3.13 Other improvements Oct 16, 2020
@lukaseder lukaseder added this to To do in 3.16 Other improvements via automation Aug 10, 2021
@lukaseder
Copy link
Member Author

While I don't know how to support overloaded table-valued functions yet, we can easily detect them and exclude them from code generation, issuing an INFO message

@lukaseder
Copy link
Member Author

About that detecting, skipping, and logging task, a new issue was created: #12437

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant