gra-m / DBServer

Database server project
0 stars 0 forks source link

Add Javalin RESTServer #37

Closed gra-m closed 2 years ago

gra-m commented 2 years ago

fill restTest.db with normal test app, then add:
localhost:7001/add?name=test&age=45&address=somewheretest&carplate=qqq-123&description=testEntry

causes /listall to fail.

gra-m commented 2 years ago

bug noted but only considered 'observed' for now. See below, left bug label, but issue is not observed when db file is clear from beginning. Future consideration will be covered, so not a concern for now.

gra-m commented 2 years ago

image