Ronan Abhamon
|
76342c715f
|
feat(MainDb): reworking, better code (performance and fixes)
|
2018-03-05 17:25:48 +01:00 |
|
Ronan Abhamon
|
3f16a71960
|
feat(MainDb):
- Allow only move constructor/assignment operator on DbSession
- Check thread id of AbstractDb in transaction
- Fix a copy session in MainDb::init
|
2018-02-27 16:08:42 +01:00 |
|
Ronan Abhamon
|
709dceac26
|
feat(core): use other instead of src/obj name on operators and copy constructors (uniform syntax)
|
2018-02-19 09:58:14 +01:00 |
|
Ronan Abhamon
|
cbb14ad1cf
|
feat(MainDb): attach resolveId to DbSession
|
2018-02-13 13:56:49 +01:00 |
|
Ronan Abhamon
|
884ddffb7d
|
fix(General): replace make_unique by makeUnique (avoid mistakes)
|
2018-02-13 10:46:53 +01:00 |
|
Ronan Abhamon
|
460f473d94
|
fix(DbSessionPrivate): remove useless friend to removed DbSessionProvider class
|
2018-02-01 11:28:16 +01:00 |
|
Ronan Abhamon
|
0f6cf5085b
|
fix(DbSessionPrivate): fix undetermined value of backend type if soci is not enabled
|
2018-02-01 11:26:24 +01:00 |
|
Ronan Abhamon
|
f7a0a8d931
|
fix(DbSession): do not use L_ASSERT(false) if soci is not enabled in checkTableExists
|
2018-02-01 11:18:40 +01:00 |
|
Ronan Abhamon
|
9072624acb
|
feat(AbstractDb): add a way to deal with exceptions
|
2018-01-25 17:07:16 +01:00 |
|
Ronan Abhamon
|
26ad07a02e
|
feat(core): update date of some files
|
2018-01-15 09:17:54 +01:00 |
|
Ronan Abhamon
|
d52977ded6
|
feat(src): add a _L prefix on each include guard
|
2018-01-08 12:15:15 +01:00 |
|
Ronan Abhamon
|
2ad1f46105
|
fix(ClonableObject): fix a fatal bug in ClonableObject:
- Create a A Object
- Create a B Object
- Copy A in B
- Delete B
- Use L_Q or access public => Crash
|
2017-11-13 11:13:01 +01:00 |
|
Ronan Abhamon
|
223bd817a9
|
feat(core): break completely old message storage api impl
|
2017-11-02 12:03:16 +01:00 |
|
Ronan Abhamon
|
42e2f7f6ef
|
fix(main-db): add logs
|
2017-10-26 10:39:26 +02:00 |
|
Ronan Abhamon
|
14edf879a1
|
feat(Db): rename provider folder to session
|
2017-10-13 12:03:00 +02:00 |
|