index
:
miranda-ng.git
0_95_10_2
jabber_test
master
miranda-ng main repo mirror (manuall sync only)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
Dbx_sqlite
/
src
/
dbintf.h
Age
Commit message (
Expand
)
Author
2022-04-06
remove executable attribute from affected files
georgehazan
2021-11-07
update for system includes & import libraries
George Hazan
2021-04-13
dbx_sqlite: implemented database checker + version bump
George Hazan
2021-04-03
fix of crazy problems in SQLITE when two instances of database are running at...
George Hazan
2021-04-01
fixes #2822 (dbx_sqlite: total encryption is broken)
George Hazan
2021-03-01
fixes #2755 (Dbx_sqlite: unsigned value is compared to the number -1)
George Hazan
2021-02-27
fixes #2736 (Dbx_sqlite: improper work of FindNext/FindPrev results to the et...
George Hazan
2021-02-16
fixes #2745 (Dbx_sqlite: wrong behaviour when launching second Miranda with t...
George Hazan
2021-01-31
we import slower, but more securely (flush database time to time)
George Hazan
2021-01-18
fixes #2698 (Add current db format (mdbx, sqlite) to version info report)
George Hazan
2021-01-16
dbx_sqlite:
George Hazan
2021-01-08
database options dialog also went into the core
George Hazan
2021-01-08
encryption code unification, part 2: initialization & data storage
George Hazan
2021-01-08
another bunch of duplicate code moved to the core
George Hazan
2021-01-07
more common code moved to MDatabaseCommon
George Hazan
2021-01-07
Dbx_sqlite:
George Hazan
2020-06-15
simpler way of applying server ids to messages
George Hazan
2020-05-24
implemented starting position support in cursors
Gluzskiy Alexandr
2020-05-13
kinda first working version of database event cursors
George Hazan
2020-05-12
event cursors for mdbx driver
George Hazan
2020-05-10
dbx_sqlite: implemented cursor db api
Gluzskiy Alexandr
2020-04-25
db_event_add / db_event_edit to receive const pointer to DBEVENTINFO
George Hazan
2020-01-20
db_event_delete: unused parameter removed
George Hazan
2019-06-10
dbx_sqlite: dropped first/last event cache (broken by reimplementation)
Gluzskiy Alexandr
2019-06-05
dbx_sqlite: reimplemented FindLastEvent, FindPrevEvent
Gluzskiy Alexandr
2019-06-05
dbx_sqlite: implemented FindFirstEvent FindNextEvent (need some testing)
Gluzskiy Alexandr
2018-10-15
dbx_sqlite: breaking changes
aunsane
2018-10-11
dbx_sqlite: fix crash when event's module is wiped after sql statement reset
aunsane
2018-10-10
stupid schema with event handles sharing via CreateEventHook eliminated
George Hazan
2018-10-08
dbx_sqlite: renamed columns with id
aunsane
2018-09-27
dbx_sqlite: simple events cache
aunsane
2018-09-27
dbx_sqlite: edit event implementation
aunsane
2018-09-23
db_event_edit - new stub for editing messages
George Hazan
2018-09-23
dbx_sqlite: initial commit (not for use)
aunsane