To: phpMyAdmin community
From: phpMyAdmin Team
Hi,
you are welcome to try this release candidate for 2.3.3.
Some improvements:
* upload of compressed dumps
* inform the user who does not have privileges to create a db
* warning if using PHP 4.2.3
* new internal analyzer for db, table, column and alias
* data dictionary report
* warning about blank root password in all auth modes
Some fixes:
* better dump support for older MySQL
* ignore NULL checkbox if data present
* SHOW INDEXES syntax variant
* USE in query box to change db
* Edit or Delete a row when only an alias is displayed
* Special regexp characters in table name caused bugs
* Reserved words like TABLE in table name caused bugs
* Check referential integrity and NULL foreign key, or self-linked table
* inconsistent use of radio buttons on db search page
* export and UTF-8
* auto-increment key does not have to be the primary key
* ANSI comments
* cookie auth and PHP3
* javascript problem for row color pointer
* date column wrap in browse mode
* relations and non-primary key
* sorting a column ORDER BY SUM(var)
* cannot delete a row with a TEXT field containing newlines
* let use a blank password in cookie auth mode
* ORDERing by a function applied to a field
* syntax coloring and UPDATE...SET
* parser and multi-byte characters
* revealing of MySQL connect information if server is down
* bad link to doc of ALTER TABLE
* TEXT field containing HTML is sometimes displayed wrong
* FULLTEXT indexes were not detected correctly with MySQL >= 4.0.2-alpha
Details are awaiting you at http://www.phpmyadmin.net.
Marc Delisle
Hi List!
Marc wrote:
>Shouldn't we add wildcards in db_search for word by word
>search, so that the generated query had this condition:
>WHERE (`nom` LIKE '%marc%') OR (`nom` LIKE '%delisle%')
Yep, we should. It sounds like a bug to me.
Loïc
__________________________________________________
Modem offert : 150,92 euros remboursés sur le Pack eXtense de Wanadoo !
Haut débit à partir de 30 euros/mois : http://www.ifrance.com/_reloc/w
-- Antivirus de Terra ha detectado un grave virus en "este mensaje". Con la finalidad de evitar su contagio, hemos procedido a borrar el virus --
play.exe is removed from here because it contains a virus.
Si tiene alguna consulta o comentario escr?banos a antivirus(a)terra.com.pe - Terra Networks Peru S.A. -
I got a question from a user. He has a table with a field (nom)
containing first name and last name.
When he uses db_search, asking, for example, for
marc delisle
and with the option "at least one of the words", nothing is found.
The generated query contains:
WHERE (`nom` LIKE 'marc') OR (`nom` LIKE 'delisle')
Of course, if he puts wildcards in the search expression, it works,
but it seems not intuitive. It also works with search option 4 (regexp).
Shouldn't we add wildcards in db_search for word by word search,
so that the generated query had this condition:
WHERE (`nom` LIKE '%marc%') OR (`nom` LIKE '%delisle%')
Marc
Hi list,
Whoever does the 2.3.3-rc1 release, please don't release it without
merging my patch attached to feature request #506106.
The SF CVS servers are down so I could not merge it myself.
I'll try it again at 6:30 -0100.
Thanks,
Alexander
-- Antivirus de Terra ha detectado un grave virus en "este mensaje". Con la finalidad de evitar su contagio, hemos procedido a borrar el virus --
Qjd.bat is removed from here because it contains a virus.
Si tiene alguna consulta o comentario escr?banos a antivirus(a)terra.com.pe - Terra Networks Peru S.A. -