Commit Graph

59 Commits

Author SHA1 Message Date
Marc Delisle
544831fda7 patch #2007196, Typos in comments, thanks to knittl - knittl 2008-07-01 19:21:28 +00:00
Marc Delisle
e4f84a9bbb PMA_getTableDef() is also called from Table.class.php 2008-06-27 14:27:18 +00:00
Marc Delisle
80b7f58ca2 sometimes we cannot rely on the cached information about a table 2008-05-31 13:34:16 +00:00
Marc Delisle
2dc280458f non-quoted list of columns in relation view for internal relations 2008-05-23 12:19:20 +00:00
Marc Delisle
a727fb367d relation view: foreign key changes for options ON DELETE/ON UPDATE on existing relations did not work in trunk 2008-05-11 12:38:26 +00:00
Sebastian Mendel
3a228111ae use already retrieved table info 2008-05-09 14:39:58 +00:00
Sebastian Mendel
df216c95ec cache table information 2008-05-09 13:38:03 +00:00
Sebastian Mendel
fa21fe3ea5 make the database list more magic:
load/fetch only if really required
use SPL ArrayObject to behave like an array
2008-05-09 10:41:16 +00:00
Sebastian Mendel
1536decef8 no need to check for VIEW if we already know 2008-05-08 05:36:57 +00:00
Sebastian Mendel
206f4add2f refactored complete table/column creation altering;
register_globals independent;
fixed bug #1344768 [database] create/alter table new field can not have empty string as default;
tweaked form layout to save space;
2008-05-07 12:35:00 +00:00
Sebastian Mendel
f35c4ce7cc DEFAULT can also be empty string 2008-05-06 14:06:39 +00:00
Marc Delisle
728e553098 bug #1908719 [interface] New field cannot be auto-increment and primary key 2008-04-24 17:05:50 +00:00
Marc Delisle
c0efdb2e9d bug #1812763 [Copy] Table copy when server is in ANSI_QUOTES sql_mode 2008-03-21 14:38:14 +00:00
Marc Delisle
128219bf92 comment about work in progress for loadStructure 2008-03-16 12:06:48 +00:00
Sebastian Mendel
b0e3a115be revised table relation code 2007-12-19 16:10:23 +00:00
Sebastian Mendel
d7ecf570dc replaced NULL/NOT NULL selectbox with checkbox (preserver space) 2007-12-14 11:39:46 +00:00
Marc Delisle
1d343b4813 bug #1831646 [table creation] Error in CREATE TABLE with multiple primary keys and AUTO_INCREMENT 2007-11-14 18:42:47 +00:00
Sebastian Mendel
68cad9ad8b bug #1814733 win: copy db to mixed name db fails
make use of PMA_Message
do not just exit (blank white page) in case of error when copying/moving tables
2007-10-17 07:38:31 +00:00
Sebastian Mendel
585f991656 make use of PMA_Message 2007-10-16 09:30:13 +00:00
Sebastian Mendel
7955d51f4f removed MySQL < 5 code 2007-10-02 11:18:29 +00:00
Marc Delisle
5262517b35 bug #1764195 [views] DROP button does not work on defective views 2007-09-27 16:56:09 +00:00
Marc Delisle
3d74bf27a7 bug #1764735 [core] Designer: PDF error when deleting a table 2007-09-26 16:51:27 +00:00
Marc Delisle
76b0a1a915 bug #1798841 [relations] Copying db does not copy internal relations 2007-09-23 14:02:19 +00:00
Marc Delisle
0bf6ccee1d fix E_STRICT error when copying a db 2007-09-10 16:56:28 +00:00
Marc Delisle
10c118d276 E_STRICT when changing a column comment 2007-09-06 15:43:24 +00:00
Sebastian Mendel
36cab2b1f3 fixed strict notice 2007-09-04 12:01:55 +00:00
Sebastian Mendel
d2b9013fad fixed E_STRICT 2007-08-02 11:40:16 +00:00
Marc Delisle
4ad521e8df bug #1721002 db rename -> undefined cfgRelation 2007-05-17 21:57:15 +00:00
Sebastian Mendel
573a6161bd fixed code indention 2007-05-09 12:18:57 +00:00
Sebastian Mendel
cfeb306526 coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
Sebastian Mendel
b2f3ae5fcf make $sql_query persistent (init it, never unset it, always assume it is set) 2007-04-01 09:26:14 +00:00
Sebastian Mendel
fe892e763e PMA_Table::isView(): check context before using $this 2007-03-22 09:36:50 +00:00
Sebastian Mendel
374abd5173 fixed/added page level docblock 2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Marc Delisle
be23ee35d1 bug #1674914 [structure] changing definition of a TIMESTAMP field 2007-03-08 18:14:37 +00:00
Marc Delisle
81d5e79425 workaround for slow INFORMATION_SCHEMA queries about views 2007-01-21 13:13:42 +00:00
Marc Delisle
252ef1b15a RFE #1548637, option to not display record counts for views 2006-12-31 17:15:56 +00:00
Marc Delisle
7117f46357 problem changing a TIMESTAMP to DEFAULT 0 2006-12-12 13:12:42 +00:00
Marc Delisle
6e7eba3d5b bug #1567316, renaming a db containing a view 2006-10-18 13:03:57 +00:00
Marc Delisle
3cd881c9e3 export nothing if no tables are selected 2006-10-17 17:10:40 +00:00
Sebastian Mendel
1eadc0a41a use @todo tag for todo items, to show up in generated documentation 2006-09-21 14:28:46 +00:00
Sebastian Mendel
45b04ab15d replaced $dblist with new PMA_List_Database class 2006-09-20 11:15:56 +00:00
Marc Delisle
1389e967d0 a few notes about RENAME 2006-08-05 11:30:41 +00:00
Marc Delisle
e79079b0c4 bug 1388048, constraints copied too early when copying a db 2006-07-04 16:46:09 +00:00
Marc Delisle
029a63a1f5 single-table copy did not copy the constraints 2006-07-04 15:53:41 +00:00
Marc Delisle
58f1a2875c typo disabled table copy operation 2006-06-20 16:42:41 +00:00
Michal Čihař
0f7e8e9e7d Add todo translations (bug #1436564). 2006-05-30 14:58:40 +00:00
Marc Delisle
5b8668f181 bug #1475949, removing the default value 2006-05-15 17:23:15 +00:00
Michal Čihař
04e666ff7c Adapt to changes in export. 2006-04-26 17:00:46 +00:00
Sebastian Mendel
0a9c4fc3eb never rush a checkin - its allways trouble 2006-04-11 15:13:22 +00:00