Guest User

Untitled

a guest
Oct 15th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. diff -r 2.0.3/whoopy/application.properties 2.0.4/whoopy/application.properties
  2. 2,3c2,3
  3. < #Tue May 29 20:23:57 PDT 2012
  4. < app.grails.version=2.0.3
  5. ---
  6. > #Tue May 29 20:24:18 PDT 2012
  7. > app.grails.version=2.0.4
  8. diff -r 2.0.3/whoopy/grails-app/conf/DataSource.groovy 2.0.4/whoopy/grails-app/conf/DataSource.groovy
  9. 17c17
  10. < url = "jdbc:h2:mem:devDb;MVCC=TRUE"
  11. ---
  12. > url = "jdbc:h2:mem:devDb;MVCC=TRUE;LOCK_TIMEOUT=10000"
  13. 23c23
  14. < url = "jdbc:h2:mem:testDb;MVCC=TRUE"
  15. ---
  16. > url = "jdbc:h2:mem:testDb;MVCC=TRUE;LOCK_TIMEOUT=10000"
  17. 29c29
  18. < url = "jdbc:h2:prodDb;MVCC=TRUE"
  19. ---
  20. > url = "jdbc:h2:prodDb;MVCC=TRUE;LOCK_TIMEOUT=10000"
Add Comment
Please, Sign In to add comment