Commit Graph

75 Commits

Author SHA1 Message Date
Chanaka Indrajith
2988aebc86 rfe-1483 : Export database without triggers
Signed-off-by: Chanaka Indrajith <pe.chanaka.ck@gmail.com>
2014-01-28 23:09:59 +05:30
Marc Delisle
eb4593c492 Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-16 10:32:24 -05:00
Marc Delisle
eebcb9c531 Fix regexp and add explanation
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-16 10:31:25 -05:00
Viduranga Wijesooriya
d5a3b01f77 fixed #4235 Copy table causes SQL error
Signed-off-by: Viduranga Wijesooriya <vpowerrc@gmail.com>
2014-01-16 14:50:31 +05:30
Marc Delisle
fd15323459 Merge pull request #850 from vpowerrc/viduranga
fixed error #1004 Create indexes at the end in SQL export
2014-01-11 05:04:56 -08:00
Viduranga Wijesooriya
abc11aa8d8 fixed error #1004 Create indexes at the end in SQL export
Signed-off-by: Viduranga Wijesooriya <vpowerrc@gmail.com>
2014-01-11 17:54:29 +05:30
Marc Delisle
3b89a4650a Fix typos
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-11 07:23:53 -05:00
Marc Delisle
c880e25122 Fix typo
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-10 16:46:23 -05:00
Marc Delisle
8357558f56 There is only one AUTO_INCREMENT per table
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-10 16:38:55 -05:00
Marc Delisle
5cce4dbae4 Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-10 16:36:37 -05:00
Viduranga Wijesooriya
8cf74b688d added #1004 Create indexes at the end in SQL export
Signed-off-by: Viduranga Wijesooriya <vpowerrc@gmail.com>
2014-01-11 02:27:40 +05:30
Madhura Jayaratne
74aebe629b Spaces around . operator
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-01-08 18:06:02 +05:30
J.M
ac05fec3fa Use input type=number 2013-08-18 15:39:51 +02:00
Kasun Chathuranga
94ff649d0d Fix undefined index notices on sql_views_as_tables 2013-07-30 07:20:35 +05:30
Kasun Chathuranga
558c4df1bb Allow exporting views as if they were tables 2013-07-29 09:06:09 +05:30
Kasun Chathuranga
f94df61e97 Wrap lines exceeding 85 characters 2013-07-24 12:14:21 +05:30
Marc Delisle
dc92c72e8a Merge commit '77e67c3' 2013-07-19 09:13:51 -04:00
Marc Delisle
77e67c3f2c - bug #4019 Create database if not exists (export): add an option to the
interface to enable generating CREATE DATABASE and USE (false by default)
2013-07-19 09:09:24 -04:00
Madhura Jayaratne
3dd99512f0 These constants are better as a part of DatabaseInterface class 2013-05-26 21:15:24 +05:30
Madhura Jayaratne
650a8cdda3 Convert database interface to a class 2013-05-24 17:30:59 +05:30
Marc Delisle
a51604e226 Merge branch 'QA_4_0' 2013-05-20 08:11:28 -04:00
ayusun
d8b9a0b28c creating database while exporting at database level 2013-05-16 20:52:50 +05:30
Kasun Chathuranga
413123bd74 PMA_DBI_field_flags --> PMA_DBI_fieldFlags 2013-05-04 08:46:53 +05:30
Kasun Chathuranga
a0543cf6c8 PMA_DBI_num_fields --> PMA_DBI_numFields 2013-05-04 08:44:26 +05:30
Kasun Chathuranga
2f0d55b708 PMA_DBI_get_fields_meta --> PMA_DBI_getFieldsMeta 2013-05-04 08:43:23 +05:30
Kasun Chathuranga
556bcb9f9d PMA_DBI_num_rows --> PMA_DBI_numRows 2013-05-04 08:39:43 +05:30
Kasun Chathuranga
1c884f0cca PMA_DBI_free_result --> PMA_DBI_freeResult 2013-05-04 08:33:49 +05:30
Kasun Chathuranga
a242ed1ae5 PMA_DBI_fetch_row --> PMA_DBI_fetchRow 2013-05-04 08:31:22 +05:30
Kasun Chathuranga
5bcc32999f PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssoc 2013-05-04 08:30:12 +05:30
Kasun Chathuranga
6b1f6ae046 Merge branch 'master' into DBI_naming_cleanUp
Conflicts:
	libraries/database_interface.lib.php
	libraries/db_table_exists.lib.php
	libraries/relation.lib.php
	libraries/rte/rte_triggers.lib.php
	libraries/schema/Dia_Relation_Schema.class.php
	libraries/schema/Visio_Relation_Schema.class.php
	tbl_addfield.php
2013-05-01 00:51:15 +05:30
Kasun Chathuranga
b8c764a86e PMA_DBI_get_triggers --> PMA_DBI_getTriggers 2013-05-01 00:09:36 +05:30
Kasun Chathuranga
4f4853ce1e PMA_DBI_get_definition --> PMA_DBI_getDefinition 2013-05-01 00:08:44 +05:30
Kasun Chathuranga
5d55cf1975 PMA_DBI_get_procedures_or_functions --> PMA_DBI_getProceduresOrFunctions 2013-05-01 00:07:43 +05:30
Kasun Chathuranga
fbe4438628 PMA_DBI_fetch_result --> PMA_DBI_fetchResult 2013-05-01 00:05:16 +05:30
Kasun Chathuranga
7f56c8504d PMA_DBI_fetch_single_row --> PMA_DBI_fetchSingleRow 2013-05-01 00:03:03 +05:30
Kasun Chathuranga
bc4bfaa6d5 PMA_DBI_fetch_value --> PMA_DBI_fetchValue 2013-05-01 00:02:00 +05:30
Kasun Chathuranga
2becd65b1d PMA_DBI_get_columns_full --> PMA_DBI_getColumnsFull 2013-04-30 23:33:00 +05:30
Kasun Chathuranga
d933575811 PMA_DBI_try_query --> PMA_DBI_tryQuery 2013-04-30 23:05:18 +05:30
Michal Čihař
2fbb4cee0d Consistently include colon in strings to translate
In some languages this makes difference in translating, so it's better
to give translators full context.
2013-04-25 14:22:31 +02:00
Madhura Jayaratne
466a7645c7 PHP keywords must be lowercase 2013-04-12 21:45:02 +05:30
Madhura Jayaratne
1bd394aed4 These @todos have reasonably been done 2012-10-28 18:29:38 +05:30
Madhura Jayaratne
c9f37be407 Add @subpackage tags 2012-10-28 18:27:38 +05:30
Michal Čihař
869d7c0e99 Use single quotes when we do not want to evaluate the string 2012-10-16 11:18:16 +02:00
Chanaka Indrajith
13208324d3 Removed unnecessary empty lines in functions 2012-09-19 00:15:15 +05:30
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Chanaka Indrajith
e6894be57f Renamed ->method() with PMA_Util::method() 2012-09-16 14:35:45 +05:30
Chanaka Indrajith
0829709064 Remove variable 2012-09-16 14:31:22 +05:30
Madhura Jayaratne
5aea2de2cb Proper function naming 2012-08-30 22:52:32 +05:30
Madhura Jayaratne
12fbba3724 Inline control structures are discouraged 2012-08-30 22:19:00 +05:30
Alex Marin
34a0dace8a oop: some coding style for plugins 2012-08-16 23:10:33 +03:00