Commit Graph

49679 Commits

Author SHA1 Message Date
Burak Yavuz
493edeffc4 Translation update done using Pootle. 2011-08-04 18:01:59 +02:00
Burak Yavuz
1dad033782 Translation update done using Pootle. 2011-08-04 18:01:52 +02:00
Burak Yavuz
be9f9c61ec Translation update done using Pootle. 2011-08-04 18:01:45 +02:00
Burak Yavuz
d5b2794641 Translation update done using Pootle. 2011-08-04 18:01:40 +02:00
Burak Yavuz
c695f6323f Translation update done using Pootle. 2011-08-04 18:01:33 +02:00
Burak Yavuz
62616aa016 Translation update done using Pootle. 2011-08-04 18:01:24 +02:00
Burak Yavuz
fe77e62e8b Translation update done using Pootle. 2011-08-04 18:00:56 +02:00
Burak Yavuz
92b716f5f3 Translation update done using Pootle. 2011-08-04 18:00:37 +02:00
Burak Yavuz
a4e8c8ef31 Translation update done using Pootle. 2011-08-04 18:00:29 +02:00
Burak Yavuz
99307682f4 Translation update done using Pootle. 2011-08-04 18:00:16 +02:00
Burak Yavuz
e7e338c699 Translation update done using Pootle. 2011-08-04 17:59:42 +02:00
Burak Yavuz
0ff645091c Translation update done using Pootle. 2011-08-04 17:59:32 +02:00
Burak Yavuz
516e677bb4 Translation update done using Pootle. 2011-08-04 17:59:19 +02:00
Burak Yavuz
32e07664ac Translation update done using Pootle. 2011-08-04 17:59:09 +02:00
Burak Yavuz
c90e03fdc2 Translation update done using Pootle. 2011-08-04 17:59:01 +02:00
Burak Yavuz
f370673d1f Translation update done using Pootle. 2011-08-04 17:58:50 +02:00
Burak Yavuz
7553f43955 Translation update done using Pootle. 2011-08-04 17:58:27 +02:00
Burak Yavuz
54b8e6fcde Translation update done using Pootle. 2011-08-04 17:58:13 +02:00
Burak Yavuz
6140cfe3e4 Translation update done using Pootle. 2011-08-04 17:57:39 +02:00
Burak Yavuz
585f7edadf Translation update done using Pootle. 2011-08-04 17:54:21 +02:00
Michal Čihař
4c62a5fed6 Another typo 2011-08-04 17:41:30 +02:00
Michal Čihař
fcb5b16adf Fix typo 2011-08-04 17:37:39 +02:00
Michal Čihař
d4c9e4135e Fix comments 2011-08-04 17:32:18 +02:00
Michal Čihař
85eb9c74a1 Add testcase for PMA_expandUserString 2011-08-04 17:31:55 +02:00
Michal Čihař
22b46564e1 Add testcase for another way of escaping 2011-08-04 17:21:51 +02:00
Michal Čihař
416277f398 Use standard field processing machinery 2011-08-04 17:16:03 +02:00
Michal Čihař
addeffabaf Use standard field processing machinery 2011-08-04 17:15:06 +02:00
Michal Čihař
57ab1b3e20 No longer needed 2011-08-04 17:12:08 +02:00
Michal Čihař
48149c261c Use already calculated values 2011-08-04 17:11:47 +02:00
Michal Čihař
83d3c0d2fd Move attribute processing to PMA_extractFieldSpec 2011-08-04 17:08:49 +02:00
Michal Čihař
f646fc8a55 Use PMA_extractFieldSpec instead of own code 2011-08-04 17:04:12 +02:00
Michal Čihař
87c970b0f8 No need to load full columns here (need names only anyway) 2011-08-04 17:00:32 +02:00
Michal Čihař
809258e49b Docs 2011-08-04 16:50:29 +02:00
Michal Čihař
822a863690 Reintroduce mistakenly removed code 2011-08-04 16:47:47 +02:00
Michal Čihař
b7b7fe3920 Properly handle special cases 2011-08-04 16:46:45 +02:00
Michal Čihař
d29cf3227d Use PMA_extractFieldSpec instead of own code in export plugins 2011-08-04 16:41:30 +02:00
Michal Čihař
236eb052bc Use PMA_extractFieldSpec instead of own code 2011-08-04 16:36:23 +02:00
Michal Čihař
542738dd88 Export print_type and make it usable for set/enum as well 2011-08-04 16:33:34 +02:00
Michal Čihař
76fe197e4b Use PMA_DBI_get_columns 2011-08-04 16:26:10 +02:00
Michal Čihař
e86a65d0c2 Whitespace cleanup 2011-08-04 16:26:03 +02:00
Michal Čihař
183c0f437b Use PMA_DBI_get_columns 2011-08-04 16:24:09 +02:00
Michal Čihař
5adf2fb352 Processing of varbinary fields 2011-08-04 16:21:47 +02:00
Michal Čihař
57dcfb780a Fater processing
- use preg_replace return value instead going through string again
- use strpos instead of strstr, which is faster and consumes less memory
  according to PHP docs
2011-08-04 16:20:42 +02:00
Michal Čihař
b604a67c50 Optimize matching
- avoid calling twice same preg_match
- do case sensitive match as we have the string in lower case
2011-08-04 16:15:13 +02:00
Michal Čihař
04c5a81b8c Make short type also always lowercase 2011-08-04 16:10:41 +02:00
Michal Čihař
42df62c050 Make type lowercase everytime 2011-08-04 16:09:17 +02:00
Michal Čihař
11acfe2651 Add testcase for varchar 2011-08-04 16:08:34 +02:00
Michal Čihař
cbcde38db1 Add more testcases 2011-08-04 16:07:13 +02:00
Michal Čihař
1c356718ea Add test case for PMA_extractFieldSpec 2011-08-04 16:03:56 +02:00
Michal Čihař
b231ab4072 Factor out some type matching 2011-08-04 15:56:56 +02:00