Files
Ansgar Becker 69e1abbf43 Implement an up-to-date list of MySQL functions in mysql.pas. Used for
- popupmenu in query memo
- query helpers
- SynCompletionProposal
Drops function.txt and parser for that file.

Pros:
- No dependency on this file anymore
- Much easier and safer coding
- File-parsing no longer needed

Notes:

The old function.txt was meant to be editable and extensible for users but I never saw or heard anyone who does that, most likely because it wasn't documented. Another problem was that the file resided in the programs-directory, where only administrators have write-access, so in these cases it couldn't be edited anyway.

The PHP file in /extras can be used for creating an up-to-date list for mysql.pas .

As not all functions of the new list are available in all mysql-versions, it would be the best if we would fetch the list by the use of HELP commands. Contra: Would result in poor performancing popupmenu and many servers don't have the help-tables filled.
2007-07-04 22:31:56 +00:00
..

========================================
 Information-File for HeidiSQL
========================================


----------------------------------------
 ** General Information:
----------------------------------------
HeidiSQL is an easy-to-use interface and a "working-horse" for web-developers
using the popular MySQL-Database. It allows you to manage and browse your
databases and tables from an intuitive Windows® interface. 

With HeidiSQL you will also be able to 
- generate nice SQL-exports 
- synchronize tables between two databases 
- manage user-privileges 
- import text-files 
- export table-data as CSV, HTML and XML 
- browse and edit table-data using a comfortable grid 
- batch-insert ascii or binary files into tables 
- write queries with syntax-highlighting
- monitor and kill client-processes 
- and much more :)


----------------------------------------
 ** Links for more information:
----------------------------------------
Website:            http://www.heidisql.com/
Support-Forum:      http://forum.heidisql.com/
Bugtracker:         http://bugs.heidisql.com/
Featuretracker:     http://rfe.heidisql.com/
Changelog:          http://changes.heidisql.com/
Developer-Readme:   http://svn.heidisql.com/readme.html
This file:          http://svn.heidisql.com/out/readme.txt


----------------------------------------
 ** Requirements:
----------------------------------------
- libmysql.dll (Client-library for MySQL-Server) 
- msvcrt.dll (Microsoft (R) C Runtime Library) 
- TCP/IP-Protocol 


----------------------------------------
 ** License:
----------------------------------------
HeidiSQL is OpenSource and released under GPL (GNU GENERAL PUBLIC LICENSE).

Maybe it saved you a lot of time and therefore you like it. In this case
you may make a donation. For this purpose point your web-browser
to the following URL:
http://www.heidisql.com/donate.php


----------------------------------------
 ** The authors:
----------------------------------------
- Ansgar Becker (project lead and development)
- David Dindorp (development)
- Martijn Nijenhof (development)
- Francisco Ernesto Teixeira (development)
- Sven Lorenz (graphics)
- Mikkel M. Gerhardt-Pedersen (additional bugfixes)
- Tony Peng (additional bugfixes)

The team is spread over 5 different countries:
Germany, Danmark, Netherlands, Brazil and China.


----------------------------------------
 ** Very special thanks go to:
----------------------------------------
- ZeosLib under GPL - http://sourceforge.net/projects/zeoslib/
- SynEdit under LGPL - http://synedit.sourceforge.net
- Scalabium Software for Freeware SMDBGrid - http://www.scalabium.com/
- Inno Setup - http://www.jrsoftware.org/
- Sebastián Mayorá for EDBImage
- Daniel Hahler for the name "HeidiSQL" - http://daniel.hahler.de/
- MySQL for great database software


EOF