Search found 2 matches
- Tue Apr 26, 2016 11:07 am
- Forum: Common Lisp
- Topic: cl-2dsyntax
- Replies: 6
- Views: 23002
Re: cl-2dsyntax
Excuse me, I can't find it anywhere. Does anyone knows where it has moved to?
- Mon Apr 18, 2016 9:11 am
- Forum: Common Lisp
- Topic: clsql: foreign key not saved in database
- Replies: 1
- Views: 10484
clsql: foreign key not saved in database
I'm trying to make a small demo application with orm. I'm using postgresql and clsql with sbcl. When there is one table everything seems to work: I can insert new records and modify them, and also read if I modify the database manually. But when I try to make an object that points to another object ...