Questions tagged [mysqljs]
62 questions
0
votes
0 answers
Express issue - adding app.use(express.static('public')); to service static files negates MySQL pool functions - heroku related?
I really don't understand why this is occuring. I can create pool connections no problem without the use of app.use(express'static('public')); - the results show up in the Heroku console.
However, when I include this line to serve static files -…

Roger Rovenfelds
- 11
- 2
-3
votes
4 answers
Split and compare hour format in MySQL
I'm continuing a project from someone else where they stored the time in hh:mm/hh:mm format in the MySQL database with the delimiter /
How do I split up and compare between those hours with the TIME datatype?

ekclone
- 1,030
- 2
- 17
- 39