Alir3z4 / yoDownet

yoDownet, The previous generation graphical download manager, built on Qt.
http://sf.net/p/yodownet/
10 stars 4 forks source link

Make urls.id NULL #20

Closed Alir3z4 closed 11 years ago

Alir3z4 commented 11 years ago

Actually it's totally bug, because after adding new URL to the MainWinow::urlView it's not gonna submitted to the database because at initialing url to the QTableView there is no such thing as id and it's not gonna provided since urls.id is AUTOINCREMENT

Imported from SourceForge issue tracker

Alir3z4 commented 11 years ago

Oh finally! Really this executing multiple query at time in Qt SQLITE API is freaky! But finally I've fixed it ;)

Imported from SourceForge issue tracker