pgRouting / pgrouting

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

Not use wildcards on sql #2561

Closed cvvergara closed 1 year ago

cvvergara commented 1 year ago

change

SELECT *

to

SELECT <list of columns>

@pgRouting/admins