darkain / pudl

PHP Universal Database Library - connects to and generates queries for SQL Servers
BSD 2-Clause "Simplified" License
28 stars 5 forks source link

Remove Altaform specific code #28

Open darkain opened 2 years ago

darkain commented 2 years ago

1) https://github.com/darkain/pudl/blob/main/pudlOrm.php#L404 - remove this entire method (move into Altaform ORM) 1a) https://github.com/darkain/pudl/blob/main/pudlOrm.php#L413 - isn't this table definition format obsolete !? 2) https://github.com/darkain/pudl/blob/master/test/all.php#L3 - this info has not been valid in YEARS! PUDL unit tests run 100% independent of Altaform now

darkain commented 2 years ago