mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
.OleDB: fixed logic for fetching multiple BLOB columns from a rowset .OleDB: fixed BLOB update logic based on SqlRaw .Geom/Draw: removed assembly variant of matrix-vector multiplication git-svn-id: svn://ultimatepp.org/upp/trunk@3322 f0d560ea-af0d-0410-9eb7-867de7ffcac7
25 lines
344 B
Text
25 lines
344 B
Text
description "GUI widgets and routines for SQL\377";
|
|
|
|
uses
|
|
Sql,
|
|
CtrlLib,
|
|
Report;
|
|
|
|
file
|
|
SqlCtrl.h,
|
|
SqlCtrl.t charset "UTF-8",
|
|
SqlCtrl_init.icpp,
|
|
SqlCtrl.cpp,
|
|
SqlArray.cpp,
|
|
SqlDetail.cpp,
|
|
SqlDlg.h,
|
|
SqlDlg.cpp,
|
|
SqlObjectTree.cpp,
|
|
SqlConsole.cpp,
|
|
SqlCtrl.lay,
|
|
SqlCtrl.iml,
|
|
SqlCtrl.usc,
|
|
Info readonly separator,
|
|
Copying,
|
|
src.tpp;
|
|
|