bikeshare-capstone-pdx / h-store

H-Store Distributed Main Memory OLTP Database System
http://hstore.cs.brown.edu
GNU General Public License v3.0
2 stars 0 forks source link

CheckDiscounts may want to include Station_id in returned table #12

Open MrRacoon opened 10 years ago

MrRacoon commented 10 years ago

Does the CheckDiscounts procedure want to include the station ID with the discounts for verification?

Right now the information is ordered by station_id whoch can work. But scary.