8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-28 02:43:03 +01:00
Commit Graph

11 Commits

Author SHA1 Message Date
asfernandes
6d565f7588 Allow all narrow collations to use the new attributes. 2007-05-04 14:48:59 +00:00
asfernandes
4fb8cb021d Collation attributes DISABLE_COMPRESSIONS and DISABLE_EXPANSIONS to fix cases like CORE-426 - Wrong sort order when using es_ES collate 2006-12-09 00:16:57 +00:00
asfernandes
642234d38b Misc 2006-10-18 03:19:37 +00:00
asfernandes
72d74a2042 Implementation of collation attribute SPECIALS_FIRST for narrows collations to sort specials characters in the primary level instead of the last one. (CORE-202) 2006-10-16 19:17:44 +00:00
asfernandes
45346169c5 1) UNICODE_CI - UNICODE case-insensitive collation for UTF8
2) Locale specific attribute for UNICODE collations
3) Remove code duplication in implementation of UNICODE collations for fbintl
4) Remove ugly TEXTTYPE type
2006-09-17 20:06:36 +00:00
asfernandes
93b5358e58 Ability to use:
1) ICU charsets through fbintl
2) UNICODE collation (charset_UNICODE) for all fbintl charsets
2006-06-13 02:38:39 +00:00
asfernandes
f4aae2cc5a Fixed problem "key size exceeds implementation restriction for index ..." reported by Michal Kubecek in fb-devel 2006-01-28 14:43:35 +00:00
asfernandes
59213efe7e Merge INTL branch into HEAD 2005-05-27 22:45:31 +00:00
robocop
e6187cecd2 Cleanup
Some bug fixes
Style
2004-03-07 07:58:55 +00:00
robocop
35396625f5 const correctness
function signatures
variables in local scope
BOOLEAN -> bool
TEXT[32] as SqlIdentifier for DYN
Stop random garbage in firebird.msg's bytes 8 to 11
some cleanup
2003-11-05 09:02:33 +00:00
brodsom
34ccdceaa5 Update prototypes not valid for gcc when the function declaration is updated (Thank to Erik) 2003-02-20 15:47:23 +00:00