sqlite3-tcl-3.6.16-2.3>t  DH`pJuc/=„v;UQ cA$yҨ*r].YY? cfr^<!cR). 0\R !~mLP`&d)zG˸g |P-qaZZxGˊlIVR-5@ah rD3Dڣ!!R׸o6lHɫut"@[63Z/,̲a'íߒ!"Gun?+ReX0055284a1a1169002b274bed866bff33408020eezUJuc/=„HH6c ٹ@ۑb <<&YU}[ i9gqkIxsÖ9yj5B`s-*كK)hUB{4_.wqYlʷh:'u\gR"Cc:+Wt<-\[5%2`:'TƄ\[}/QfJA%_*Q?+7}8>*f&mo]مoW2y%=?v. ͕ʗpؚu+N!$/aMI#`[5Ȗ>fך>89 ?9d  0  0 8 @ P  D h Y (|8%9%:#%B7*F75G7HH7XI7hX7lY7|Z7[7\7]7^7b8c8d8e8f8l8z9Csqlite3-tcl3.6.162.3Tcl binding for SQLiteSQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. This package contains an extension for the Tcl programming language to access SQLite databases. Authors: -------- D. Richard Hipp Ju>build14 openSUSE 11.2openSUSEPublic Domain, Freewarehttp://bugs.opensuse.orgDevelopment/Libraries/Tclhttp://www.sqlite.org/linuxx86_64JAA큤Ju6Ju9Ju9Ju77c5d13bfae43ffdd257bcfb3490036fa9e25075c02743b9c7f075a6cf995bc93rootrootrootrootrootrootrootrootsqlite3-3.6.16-2.3.src.rpmsqlite-tcllibtclsqlite3.so()(64bit)sqlite3-tclsqlite3-tcl(x86-64)   @@@@@ rpmlib(VersionedDependencies)rpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.4)(64bit)libsqlite3.so.0()(64bit)rpmlib(PayloadIsLzma)3.0.3-14.0-13.0.4-14.4.6-14.7.1Jyt@J%@I>@Il@IHHǶH@H"@H!H H@HjG@G@GGGg@GO@G/GJFGF @FF1F'YF#e@Eّ@EVEmE@EE&EEO#E3t@DC@max@suse.demax@suse.decrrodriguez@suse.deolh@suse.demax@suse.demax@suse.demax@suse.demax@suse.demax@suse.decoolo@suse.decthiel@suse.demax@suse.decoolo@suse.demax@suse.dero@suse.demax@suse.delrupp@suse.deadrian@suse.deadrian@suse.deadrian@suse.desbrabec@suse.czadrian@suse.deadrian@suse.deadrian@suse.deadrian@suse.deadrian@suse.deadrian@suse.deadrian@suse.dedmueller@suse.dedmacvicar@suse.demax@suse.deadrian@suse.deadrian@suse.deadrian@suse.deadrian@suse.deadrian@suse.deadrian@suse.de- New version: 3.6.16: * Fix a bug (ticket #3929) that occasionally causes INSERT or UPDATE operations to fail on an indexed table that has a self-modifying trigger. * Refactor the internal representation of SQL expressions so that they use less memory on embedded platforms. * Reduce the amount of stack space used * The sqlite3_create_function() family of interfaces now return SQLITE_MISUSE instead of SQLITE_ERROR when passed invalid parameter combinations. * When new tables are created using CREATE TABLE ... AS SELECT ... the datatype of the columns is the simplified SQLite datatype (TEXT, INT, REAL, NUMERIC, or BLOB) instead of a copy of the original datatype from the source table. * Resolve race conditions when checking for a hot rollback journal. * The sqlite3_shutdown() interface frees all mutexes under windows. * Enhanced robustness against corrupt database files * Continuing improvements to the test suite and fixes to obscure bugs and inconsistencies that the test suite improvements are uncovering. * Other minor bug fixes and performance optimizations.- New version 3.6.14.2: * Fix a code generator bug introduced in version 3.6.14. This bug can cause incorrect query results under obscure circumstances. - Use the old naming scheme when building on openSUSE < 11.0.- remove static libraries and "la" files- obsolete old -XXbit packages (bnc#437293)- Update to version 3.6.4: * Fixes a missing symbol with the Tcl binding. * Added the sqlite3_stmt_status() interface for performance monitoring. * Added the TRUNCATE option to PRAGMA journal_mode * Performance enhancements to tree balancing logic in the B-Tree layer. * Added the source code and documentation for the genfkey program for automatically generating triggers to enforce foreign key constraints. * The SQL language documentation is converted to use syntax diagrams instead of BNF. * Other minor bug fixes- Bugfix-Release 3.6.3: * Fix for a bug in the SELECT DISTINCT logic that was introduced by the prior versoin. * Other minor bug fixes.- Update to version 3.6.2. - This version contains rewrites of the page-cache subsystem and the procedures for matching identifiers to table columns in SQL statements. These changes are designed to better modularize the code and make it more maintainable and reliable moving forward. Nearly 5000 non-comment lines of core code (about 11.3%) have changed from the previous release. Nevertheless, there should be no application-visible changes, other than bug fixes.- Update to version 3.6.0: * Modifications to the virtual file system interface to support a wider range of embedded systems. See 35to36.html for additional information. *** Potentially incompatible change *** * The handling of IN and NOT IN operators that contain a NULL on their right-hand side expression is brought into compliance with the SQL standard and with other SQL database engines. This is a bug fix, but as it has the potential to break legacy applications that depend on the older buggy behavior, we mark that as a * ** Potentially incompatible change *** * The result column names generated for compound subqueries have been simplified to show only the name of the column of the original table and omit the table name. This makes SQLite operate more like other SQL database engines. * Added the sqlite3_config() interface for doing run-time configuration of the entire SQLite library. * Added the sqlite3_status() interface used for querying run-time status information about the overall SQLite library and its subsystems. * Added the sqlite3_initialize() and sqlite3_shutdown() interfaces. * The SQLITE_OPEN_NOMUTEX option was added to sqlite3_open_v2(). * Added the PRAGMA page_count command. * Added the sqlite3_next_stmt() interface. * Added a new R*Tree virtual table - Link libtclsqlite against the Tcl stubs library, so that it can be used from tclkit.- Actually apply sqlite-strcasecmp.patch to fix the Tcl extension. - Link the Tcl extension dynamically.- provide sqlite-- obsolete sqlite- via baselibs.conf- Avoid an unresolved symbol in the Tcl extension (sqlite-strcasecmp.patch). - Use upstream fixes for test failures caused by Tcl 8.5- disable the test suite, it adds 5 hours to the build time- update to version 3.5.7. Changes include: * Fix a bug in the register allocation for compound selects. * Do not apply the flattening optimization if the outer query is an aggregate and the inner query contains ORDER BY. * Accept "Z" as the zulu timezone at the end of date strings. * Fix a bug in the LIKE optimizer that occurs when the last character before the first wildcard is an upper-case "Z" * Added the "bitvec" object for keeping track of which pages have been journalled. Improves speed and reduces memory consumption, especially for large database files. * Add the new sqlite3_result_error_code() API. * Convert the underlying virtual machine to be a register-based machine rather than a stack-based machine. The only user-visible change is in the output of EXPLAIN. - Fix build for Tcl 8.5. - Don't --enable-releasemode anymore, because it recently started putting the package version into the library name (libsqlite3-3.5.7.so.0.8.6)- added baselibs.conf file to build xxbit packages for multilib support- Fixed the tcl subpackage and adapted it to the new Tcl file system layout.- split of libsqlite3-0 package (Shared Library Packaging Policy) - rename sqlite to sqlite3- update to version 3.5.4 From official changelog: * Fix a critical bug in UPDATE or DELETE that occurs when an OR REPLACE clause or a trigger causes rows in the same table to be deleted as side effects. (See ticket #2832.) The most likely result of this bug is a segmentation fault, though database corruption is a possibility. * Bring the processing of ORDER BY into compliance with the SQL standard for case where a result alias and a table column name are in conflict. Correct behavior is to prefer the result alias. Older versions of SQLite incorrectly picked the table column. (See ticket #2822.) * The VACUUM command preserves the setting of the legacy_file_format pragma. (Ticket #2804.) * Productize and officially support the group_concat() SQL function. * Better optimization of some IN operator expressions. * Add the ability to change the auto_vacuum status of a database by setting the auto_vaccum pragma and VACUUMing the database. * Prefix search in FTS3 is much more efficient. * Relax the SQL statement length restriction in the CLI so that the ".dump" output of databases with very large BLOBs and strings can be played back to recreate the database. * Other small bug fixes and optimizations.- update to version 3.5.3 * documentation has been removed from tar ball. From official changelog: * Fix a long-standing bug in INSERT INTO ... SELECT ... statements where the SELECT is compound. * Fix a long-standing bug in RAISE(IGNORE) as used in BEFORE triggers. * Fixed the operator precedence for the ~ operator. * Allow collating sequence names to be quoted. * Modify the TCL interface to use sqlite3_prepare_v2(). * Fix multiple bugs that can occur following a malloc() failure. * sqlite3_step() returns SQLITE_MISUSE instead of crashing when called with a NULL parameter. * FTS3 now uses the SQLite memory allocator exclusively. The FTS3 amalgamation can now be appended to the SQLite amalgamation to generate a super-amalgamation containing both. * The DISTINCT keyword now will sometimes use an INDEX if an appropriate index is available and the optimizer thinks its use might be advantageous.- update to version 3.5.2 From the official changelog: * The OS interface layer and the memory allocation subsystems in SQLite have been reimplemented. The published API is largely unchanged but the (unpublished) OS interface has been modified extensively. Applications that implement their own OS interface will require modification. * This is a large change. Approximately 10% of the source code was modified. * Fix a long-standing bug that might cause database corruption if a disk-full error occurs in the middle of a transaction and that transaction is not rolled back.- Build with column metadata support, as required by libgda.- call %post/%pre ldconfig again (#298292)- update to version 3.4.1 * Bugfix release to solve database corruption * remove static fts2 plugin patch, it is broken and get not used * Changelog from the release: - Fix a bug in VACUUM that can lead to database corruption if two processes are connected to the database at the same time and one VACUUMs then the other then modifies the database. - The expression "+column" is now considered the same as "column" when computing the collating sequence to use on the expression. - In the TCL language interface, "@variable" instead of "$variable" always binds as a blob. - Added PRAGMA freelist_count for determining the current size of the freelist. - The PRAGMA auto_vacuum=incremental setting is now persistent. - Add FD_CLOEXEC to all open files under unix. - Fix a bug in the min()/max() optimization when applied to descending indices. - Make sure the TCL language interface works correctly with 64-bit integers on 64-bit machines. - Allow the value -9223372036854775808 as an integer literal in SQL statements. - Add the capability of "hidden" columns in virtual tables. - Use the macro SQLITE_PRIVATE (defaulting to "static") on all internal functions in the amalgamation. - Add pluggable tokenizers and ICU tokenization support to FTS2 - Other minor bug fixes and documentation enhancements- update to version 3.4.0 WARNING: this version might cause incompatibilities due to new limits. These limits could be raised again, if we run in trouble, but let's follow upstream for now. * Two important bugfixes for database corruption. * New features like incremental BLOB I/O and incremental vacuum- update to version 3.3.17 * bug fix in forwards-compatibility logic of SQLite- update to version 3.3.16 * speed improvements were not enabled in .15 by accident- update to version 3.3.15 * speed improvements * new exclusive locking mode - switch to -O3 now - general spec file clean up- update to version 3.3.13 from the changelog: * Add a "fragmentation" measurement in the output of sqlite3_analyzer. * Add the COLLATE operator used to explicitly set the collating sequence used by an expression. This feature is considered experimental pending additional testing. * Allow up to 64 tables in a join - the old limit was 32. * Added two new experimental functions: randomBlob() and hex(). Their intended use is to facilitate generating UUIDs. * Fix a problem where PRAGMA count_changes was causing incorrect results for updates on tables with triggers * Fix a bug in the ORDER BY clause optimizer for joins where the left-most table in the join is constrained by a UNIQUE index. * Fixed a bug in the "copy" method of the TCL interface. * Bug fixes in fts1 and fts2 modules.- fix library dependencies after loadable extensions were enabled- Enable support for loadable extensions- Enable the fts1 and fts2 modules and link them in statically.- update to version 3.3.12 * further bugfixes, esp. for bugs introduced in 3.3.9- update to version 3.3.10 * pure bug fix release- update to version 3.3.9 * fixes database corruption "under obscure and difficult to reproduce circumstances". * new sqlite3_prepare v2() api (new header file)- fix permissions of installed man page- update to version 3.3.8 * full-text search using the FTS1 module * minor bufixes - two testcases got disabled, because they fail. We need to review the reason for that before shipping this package, but this package builds again at least.- update to version 3.3.7 * support for loadable extensions and virtual tables * minor bugfixessqlite-tclbuild14 12563551343.6.163.6.16-2.33.6.16-2.33.6.16tclsqlite3libtclsqlite3.sopkgIndex.tcl/usr/lib64//usr/lib64/tcl//usr/lib64/tcl/sqlite3/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2/standard/126ca65301333f4013a0d84c94ba58a1-sqlite3cpiolzma2x86_64-suse-linux&(kU4%K?] b2oWc G.X_нy9؛hczhj/4"SfF&\=ҏ 57_<6XZ3|ތJf۱CHW^]Hj,,١}Ձ$g:r!c3y:j9gYdhn Bz^{||4UN4lK]}-ovUAlǀc~ Vw<&akyXFrIBh1QHIaᒛ>4sFdi"zT&ѹ/I#&!j1 ^B$g\ĭ 1Bn a5ݚtHGxW0eMr_!{shnb/./&))G|ۭ@(Ow!lNծV(L.R u@߯TI4@d Bu"e 8a7E&Jzk [`ˢwkv~>˞`h8=5vo|5[8J8O Ci4#LuIR兯yˁ#2 ^@e"XV>>]x3j#A'=۪` ʗvv},[b.bnouzfٓGrѸ p*c^K~GHg5w YdXByW3tCZās`MuDLDx጖М <nn)V\ekE߽Hp{T3\нiAuL뵜V_eekL u6 87 h'Q"b%ʵq=@H saa_g=(~z t˞ ԄCzƾ |ۢ'r7ȏ q6[Q  l{D@I 9# =;߉7^ap s׫)LXU|>'bR5[Ҩ9\%Wp_2J%x>>?W)紆WP@$1{g$ P ۵{z@nkC񽴢q|CjԥlBf̈}>A=\NS}h!r ! ,kuÛj*l x ѥIS0}1zTU?܉WLދ2_zKacy@3f-=ŊN>N=ELiY _*^ ñƋFy4@OI^PCMg?[[>f5( .H!ŚԚpnbZq.@)> n1l7-P[!#V0O"&9}PKA`{pr/H,#:g&BnR rg)}l̛6wFvSa~d2\=-´ܼ͌Ic#E]'.!^ǨЮט[jN&G|t=O AV)Roﻘ/#㴻:~ 씛5ȱu:v[L9yˇ;ՃUJBГOh340ϓQLsT!:daMBކӛ3u(}l:7S㧃d&Ĺ A+!R4eH^o .56Ǭd}}bE7yZ1f+sX- >qyh۳boءX]]]*ך1 W'տ#jb{ak @ /s +&9踘|na{A$!XZ}x#uLg19!̱)zrm@, }`gP2ǫu0~B-J\M濊XO>35A^@M г <\(c嵣/F|4pm8(iQ׵M\̆M 4UXt#m.x";y[4Ҙ=BH?3k*j`дn\.-^;!H'讅Pd ޭCVAPTַ̏5A6\ܳ,sSLxM4awv6j=ڵ C Ei/h_K , kn6z2^(y5U\ի:r"Ť'± .*MMw*+[P,F!SF Dy}h>c'5sJc\!O@Dpj&SB\pMȯbh:Z%h:q|C L^LR#hU^0ʨLN豵m"5D =-OzOݴBn ёϣƣ6Ÿ!=qǽ{w!0ϓ?CǢ}9ďw]2r!utdqnI9 vDг9RkCLmHg`bʽ(:F]dՎd2]r Cۓ,1ڏE6ZWD`` ?4 A$^ܓ%=GWMXS &x^5*_-WEh*Y.y Pu0Y+ޙ| ~Ҧ1ۭha@^$@ 3GuqJDج /2v:ݜb:+:^_ 7PHNja<ȟ,y5Q eioEvZ%,;FWG_  +@=t^爠2 *dZ/~xL&kંK%Oxc~7V3XJ!V:IZ{p1zzPIț:my$oјc-7 ~Dv/z']4u,hn\k2.oψ$Dr$@W\21,Ö^ 9m!]P;M9o} iGt` /35F_2`xoJQ0}g &&%WDT"; u hwEXçv8!5KF*G䃓 \WsQh #Jfȿa&VR]Tfebi$K?ӡ^\K@ YꢡޑMG37^G fkK2mGhHՂ_*&TゥG R@O?,N &0-[ʫ8\]mѼ )(GHJۼ1p)z#S[KuHY+UjCsz҉ c`WDXMLVˋa̽ %CKhւx+r.W0v}v!u4By8ٕ phx7XW}{Dɯ7xd~KI D)dxM'gpY] ${塔u#}*1=O {}obG$qJJ4PГJۤAH9E[ 15f!d=LyM|Vq{4K9 Sj@lxvzhgia͹+,DT`;;h9DrJ!w.;bPu8K·½qE'16 󘌑]{(kPAS^˂x[wZ z$;TIT\p'ҏ.F^} @(WUik1,P m4*tq/sL<|(o(eG9yD0UX.+WdXiBa[_AJ=3L[siԀ'sIv"ECڛ^H $_7r6@D^T~pu mPOtnAnr&-Hw4je U,qӔ`v@rVc$gZ 3Ҕ{C)l] #ˍ-% ҐG86xG 1Wkjw9N]^:>Ѣ)l^I)QyvgvRrVV7e 5D/3 vwj&TdQ, ʷD?TBp>@58>ZSY^ GޭAJ}mOż8N01lrSMa=!Χmϫ.saFM=&&}FbQls-"M$d7BlL?@ 99zF0i 1xԤL/5OZT!ͫ#3KJb088[/D/E:v! &Wul!q"TAh`oT[-,NS7۬ۼd8')TZ`i+{vnYdUB3V cC''JQv+e` ?-:#2W.,D,J)h;0cYbhiсb-s^;Kɯ/;lOU>I*)qj0bax#:k&5=BKDV_7h릥4`)7&;v-T@W9:61BKyvWlHzYϥ!:D_ llųK<lZ%XͣN_"%$ht$K޶viUtMѱ5ѕqv9cg79(:]ad"cL6T ŶZR_haaIʀl 4Ԁ:RoB9`3=`wyHi;wdRwvxscN7s Ajs%;j|}zFr@*JyƝB6Ё(Ae dê֚y;ؕJum:WJ˶P^ODl+͐Ngbz+?~"{k QЇY xna;&"¾U %jlXYBbF<' CB%*ޝrӄo)ODmJ豈vcʢJg´s~bd*59BM6-n͈)(t򞫆 ?*9-'Czp]]@ c.qZw9IUSꈳw#Cq=pD/ËtS G-; 5PS%c/<;U{xJ[ȫ a b݊T RySsl1Uz`ΰg'r"rbIS?e f՘,Ɂy>=w%Dg܃J!EVSDUEЉ^5c!3=d+4-ϳYVcOq2{M?5)Z^fke">"̩s2nvt!>K 4qޟ'C}ue7LN]xJnnw[3JFw4&7 i[7UZELenxͲH9? }iz;žj[MȣPTF@{ьnJzBTd` :jfyfk 縷Kf-= vO73@řB, @^@+LY][%Mv*-8TX0ɖew I;Jg M5~\x7^Ɣ˞StY=AcyPcr&.MMҾ OgxFnĶZQ!DK$M>;le͖A3ڷ$ꉞ榼82=#=Qs@]%l}s(?<@%q*Lna%CFS4 p`T#f5-s#uN9Gܣ#&F~QVhӆU]X|7M8#r1S y8 ,v; YY.Uf2^^Y:,?ȣ15γ4v>v*}ڴaM7%UY6r+.{:Tޓ[SI(aMtM5kmՇ|U c3*jP1fIb<ؤV|7p0iyvCˣ]¹j@9]s5\j"PS$fqK4"QԚɜFŊIvW_yLgt?NvM!idK|{{p+AT_~yp =ߟo0``mCVOmsBP:&PԲ,S߅IAEQ5D$BYSŠ@ XgwBg?+!O蓏04!~OZ zڐ^ϟ܀_4c?C݇{I &UJI NHq>X4ֹG"D~̑ Phlp;e{e:$)G IKX6$ [q K] urg߽!o%yBdxn?W M;Cvi3f2qu/}z UЫIqnj}%mDt$#YѬn쟱߃)LlX(SNXmvƬ_Liu(xLЪ`))S+}_ix{Tm[=Qz *.'ho?aLnsm5xhDѱ;-ZwM[حcml}~P:=?R$V;@FA5D'?s@Uű/n"o5' u=NlZJ@6$[R:[EDES6WCXp[ j{0}39;s#8R.NK ?D#֩sq*&~Pγ?E`m[p3cT :R\TMM?-1$V'YV]ɆΔL.zgi6Fg8ջABۨ;]