Пакет libwxsqlite3: Информация

    Исходный пакет: libwxsqlite3
    Версия: 3.2.1-alt1
    Собран:  24 августа 2015 г. 17:02 в задании #147971
    Сообщить об ошибке в пакете
    Домашняя страница: http://wxcode.sourceforge.net/components/wxsqlite3/

    Лицензия: wxWidgets
    О пакете: C++ wrapper around the SQLite 3.x database
    Описание: 
    wxSQLite3 is a C++ wrapper around the public domain SQLite 3.x database and is
    specifically designed for use in programs based on the wxWidgets library.
    wxSQLite3 does not try to hide the underlying database, in contrary almost all
    special features of the current SQLite3 version 3.6.22 are supported, like for
    example the creation of user defined scalar or aggregate functions. Since
    SQLite stores strings in UTF-8 encoding, the wxSQLite3 methods provide
    automatic conversion between wxStrings and UTF-8 strings. This works best for
    the Unicode builds of wxWidgets. In ANSI builds the current locale conversion
    object (wxConvCurrent) is used for conversion to/from UTF-8. Special care has
    to be taken if external administration tools are used to modify the database
    contents, since not all of these tools operate in Unicode resp. UTF-8 mode.
    wxSQLite3 includes an optional extension for SQLite supporting key based
    database file encryption using 128 bit AES encryption. Starting with version
    1.9.6 of wxSQLite3 the encryption extension is compatible with the SQLite
    amalgamation source. Experimental support for 256 bit AES encryption has been
    added in version 1.9.8.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    libwxsqlite3 (x86_64, i586)
    libwxsqlite3-debuginfo (x86_64, i586)
    libwxsqlite3-devel (x86_64, i586)
    libwxsqlite3-doc (noarch)

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Vitaly Lipatov
    Igor Vlasenko

      1. libwxGTK-devel
      2. libsqlite3-devel
      3. gcc-c++

    Последнее изменение


    21 августа 2015 г. Vitaly Lipatov 3.2.1-alt1
    - new version 3.2.1 (with rpmrb script)
    29 сентября 2013 г. Vitaly Lipatov 3.0.5-alt2
    - initial build to ALT Linux Sisyphus
    19 сентября 2013 г. Igor Vlasenko 3.0.5-alt1_1
    - update to new release by fcimport