pgRouting / pgrouting

Repository contains pgRouting library. Development branch is "develop", stable branch is "master"
https://pgrouting.org
GNU General Public License v2.0
1.13k stars 362 forks source link

Not using wildcard on sql dev #2557

Closed cvvergara closed 10 months ago

cvvergara commented 10 months ago

Changes proposed in this pull request:

@robe2 I am wondering if this kind of change can be done on 3.5.1? Or is the change too much for a micro version?

@pgRouting/admins

robe2 commented 10 months ago

I think it's fine to change from wildcard to explicit columns in a micro as long as you can do it with CREATE OR REPLACE for upgrade. In the end, it's not changing functionality of code, just making it less prone to error in use.

cvvergara commented 10 months ago

Ok, then I will do it on 3.5.1

cvvergara commented 10 months ago

Closing as this work will be dine in 3.5.1