Re: [sqlalchemy] filter like using a string in a column of timestamps without time zones - postgres

2018-09-11 Thread George Brande
Thank you! You eliberated me to finally move to the next step in my project, this kept me at a standstill. Thank you ! marți, 11 septembrie 2018, 12:59:18 UTC+3, Simon King a scris: > > On Tue, Sep 11, 2018 at 9:39 AM George Brande > wrote: > > > > Hello. > &g

[sqlalchemy] filter like using a string in a column of timestamps without time zones - postgres

2018-09-11 Thread George Brande
Hello. My angular is using a datepicker to send a date in string format(ex: 2018-09-11) to my flask app to postgres via sqlalchemy. In my postgres all rows have a column ef_time of timestamps type.(ex: 2018-09-07 13:24:30.138) @app.route('/orders/') def get_orders(ide): session = Session()