A
Size: a a a
A
A
book.changeTitle('new title'); flush()
А не sql('update books set title=newTitle').execute()A
VS
SS
book.changeTitle('new title'); flush()
А не sql('update books set title=newTitle').execute()VS
A
SS
VS
book.changeTitle(newTitle)
expect(book.title).toBe(newTitle)A
VS
VS
A
book.changeTitle(newTitle)
expect(book.title).toBe(newTitle)SS
VS
PS
VS
VS
PS
VS