Review Request 116707: KTp KDED Module: Implemented groups caching.

Alexandr Akulich akulichalexander at gmail.com
Thu Mar 13 07:13:40 UTC 2014



> On March 12, 2014, 8:02 p.m., David Edmundson wrote:
> > Can I make sure I'm understand this correctly:
> > 
> > Lets pretend I have contactA in groups "KDE" and "friends" and contactB is in the group "friends". The databases will be as follows
> > 
> > Contacts:
> > contactA 1,2
> > contactB 1
> > 
> > Groups:
> > friends
> > KDE
> > 
> > 
> >
> 
> David Edmundson wrote:
>     *Can I make sure I'm understanding this correctly

Yes, you're almost right. It will looks like follow:
sqlite> select * from contacts;
account|contactA|NameA||0,1
account|contactB|NameB||1
sqlite> select * from groups;
0|friends
1|KDE
sqlite>


- Alexandr


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/116707/#review52755
-----------------------------------------------------------


On March 11, 2014, 3:19 p.m., Alexandr Akulich wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/116707/
> -----------------------------------------------------------
> 
> (Updated March 11, 2014, 3:19 p.m.)
> 
> 
> Review request for Telepathy.
> 
> 
> Repository: ktp-kded-module
> 
> 
> Description
> -------
> 
> Implemented in most simple and short way. I hope, there is no significant flaws.
> 
> 
> Diffs
> -----
> 
>   contact-cache.h 8fa6fac 
>   contact-cache.cpp 47fe0cd 
> 
> Diff: https://git.reviewboard.kde.org/r/116707/diff/
> 
> 
> Testing
> -------
> 
> Working good.
> 
> 
> Thanks,
> 
> Alexandr Akulich
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-telepathy/attachments/20140313/a92eafea/attachment.html>


More information about the KDE-Telepathy mailing list